mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Fix other compile errors
This commit is contained in:
@@ -902,7 +902,6 @@ void LuaInterface::setEnv(int index)
|
||||
{
|
||||
assert(hasIndex(index));
|
||||
lua_setfenv(L, index);
|
||||
assert(ret == 1);
|
||||
}
|
||||
|
||||
void LuaInterface::getTable(int index)
|
||||
|
Reference in New Issue
Block a user