mirror of
https://github.com/edubart/otclient.git
synced 2026-01-18 03:16:22 +01: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