[CSM] Don't Load the package library (#6944)

Already removed by a latter step in CSM init so this just saves on pointless work.
master
red-001 2018-01-22 07:34:49 +00:00 committed by Loïc Blot
parent 684e70477d
commit d6050bee51
1 changed files with 0 additions and 1 deletions

View File

@ -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 },