1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-15 00:55:54 +00:00

ScriptInterface: one more errorLog that should not be there

This commit is contained in:
fgenesis 2012-02-10 01:22:21 +01:00
parent 88a62567ed
commit f738c19757

View file

@ -673,7 +673,7 @@ luaFunc(indexWarnInstance)
os << "WARNING: " << luaFormatStackInfo(L) os << "WARNING: " << luaFormatStackInfo(L)
<< ": script tried to get/call undefined instance variable " << ": script tried to get/call undefined instance variable "
<< lua_tostring(L, -2); << lua_tostring(L, -2);
errorLog(os.str()); scriptError(os.str());
} }
lua_remove(L, -2); lua_remove(L, -2);