Skip to content

Commit d6050be

Browse files
red-001nerzhul
authored andcommittedJan 22, 2018
[CSM] Don't Load the package library (#6944)
Already removed by a latter step in CSM init so this just saves on pointless work.
1 parent 684e704 commit d6050be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎src/script/cpp_api/s_base.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ void ScriptApiBase::clientOpenLibs(lua_State *L)
139139
{
140140
static const std::vector<std::pair<std::string, lua_CFunction>> m_libs = {
141141
{ "", luaopen_base },
142-
{ LUA_LOADLIBNAME, luaopen_package },
143142
{ LUA_TABLIBNAME, luaopen_table },
144143
{ LUA_OSLIBNAME, luaopen_os },
145144
{ LUA_STRLIBNAME, luaopen_string },

0 commit comments

Comments
 (0)