forked from Mirrorlandia_minetest/minetest
[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
@ -139,7 +139,6 @@ void ScriptApiBase::clientOpenLibs(lua_State *L)
|
||||
{
|
||||
static const std::vector<std::pair<std::string, lua_CFunction>> m_libs = {
|
||||
{ "", luaopen_base },
|
||||
{ LUA_LOADLIBNAME, luaopen_package },
|
||||
{ LUA_TABLIBNAME, luaopen_table },
|
||||
{ LUA_OSLIBNAME, luaopen_os },
|
||||
{ LUA_STRLIBNAME, luaopen_string },
|
||||
|
Loading…
Reference in New Issue
Block a user