mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
[CSM] Don't Load the package library (#6944)
Already removed by a latter step in CSM init so this just saves on pointless work.
This commit is contained in:
parent
684e70477d
commit
d6050bee51
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ void ScriptApiBase::clientOpenLibs(lua_State *L)
|
||||||
{
|
{
|
||||||
static const std::vector<std::pair<std::string, lua_CFunction>> m_libs = {
|
static const std::vector<std::pair<std::string, lua_CFunction>> m_libs = {
|
||||||
{ "", luaopen_base },
|
{ "", luaopen_base },
|
||||||
{ LUA_LOADLIBNAME, luaopen_package },
|
|
||||||
{ LUA_TABLIBNAME, luaopen_table },
|
{ LUA_TABLIBNAME, luaopen_table },
|
||||||
{ LUA_OSLIBNAME, luaopen_os },
|
{ LUA_OSLIBNAME, luaopen_os },
|
||||||
{ LUA_STRLIBNAME, luaopen_string },
|
{ LUA_STRLIBNAME, luaopen_string },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue