more cherry-pick fix

This commit is contained in:
Nikolay Korolev 2021-08-03 22:20:14 +03:00
commit 80d00fe31a
2 changed files with 7 additions and 3 deletions

View file

@ -1049,7 +1049,7 @@ int8 CRunningScript::ProcessOneCommand()
#endif
{
#ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
LogAfterProcessingCommand(command);
LogAfterProcessingCommand(command);
#elif defined USE_BASIC_SCRIPT_DEBUG_OUTPUT
if (m_bMissionFlag) {
char tmp[128];