Skip to content

Commit

Permalink
Disable common Lua log (remove my workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 12, 2017
1 parent 535a9e0 commit a55d45b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xrScriptEngine/ScriptEngineScript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

void LuaLog(pcstr caMessage)
{
if (!GEnv.ScriptEngine->m_stack_is_ready)
Msg("LUA: %s", caMessage); // Xottab_DUTY: temporary workaround to get lua log output

#ifndef MASTER_GOLD
GEnv.ScriptEngine->script_log(LuaMessageType::Message, "%s", caMessage);
#endif
Expand Down

0 comments on commit a55d45b

Please sign in to comment.