Skip to content

Commit

Permalink
[CSM] Don't Load the package library (#6944)
Browse files Browse the repository at this point in the history
Already removed by a latter step in CSM init so this just saves on pointless work.
  • Loading branch information
red-001 authored and nerzhul committed Jan 22, 2018
1 parent 684e704 commit d6050be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/script/cpp_api/s_base.cpp
Expand Up @@ -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 },
Expand Down

0 comments on commit d6050be

Please sign in to comment.