Attempt to fix minimap crash

This commit is contained in:
dP
2023-07-31 19:43:12 +04:00
parent 2a9704b7bd
commit 6f79f63cef
3 changed files with 12 additions and 4 deletions

View File

@@ -415,7 +415,7 @@ protected:
return {};
}
Debug(misc, 0, "{}/{} {} {} company={} tile={}", _date, _date_fract, _random.state[0], GetCommandName(Tcmd), (int)_current_company, tile);
// Debug(misc, 0, "{}/{} {} {} company={} tile={}", _date, _date_fract, _random.state[0], GetCommandName(Tcmd), (int)_current_company, tile);
if (desync_log) LogCommandExecution(Tcmd, err_message, tile, EndianBufferWriter<CommandDataBuffer>::FromValue(args), false);
/* Actually try and execute the command. */