This commit is contained in:
Timofey Khoruzhii 2023-05-12 19:33:40 +03:00
parent e54097c38d
commit d71806a941

View file

@ -118,7 +118,6 @@ void LuaLoader::Import(const std::string& name, const std::string& field, int ta
void LuaLoader::ParseImport() {
if (!lua_istable(L, -1)) {
lua_pop(L, 1);
return;
}