Skip to content

Commit a55d45b

Browse files
committed
Disable common Lua log (remove my workaround)
1 parent 535a9e0 commit a55d45b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/xrScriptEngine/ScriptEngineScript.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
void LuaLog(pcstr caMessage)
1717
{
18-
if (!GEnv.ScriptEngine->m_stack_is_ready)
19-
Msg("LUA: %s", caMessage); // Xottab_DUTY: temporary workaround to get lua log output
20-
2118
#ifndef MASTER_GOLD
2219
GEnv.ScriptEngine->script_log(LuaMessageType::Message, "%s", caMessage);
2320
#endif

0 commit comments

Comments
 (0)