mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-11 14:44:07 +00:00
ScriptInterface: one more errorLog that should not be there
This commit is contained in:
parent
88a62567ed
commit
f738c19757
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ luaFunc(indexWarnInstance)
|
|||
os << "WARNING: " << luaFormatStackInfo(L)
|
||||
<< ": script tried to get/call undefined instance variable "
|
||||
<< lua_tostring(L, -2);
|
||||
errorLog(os.str());
|
||||
scriptError(os.str());
|
||||
}
|
||||
lua_remove(L, -2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue