From faba6d3e8c2bd330c2ec28482781cacf0b48581b Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sat, 26 Jan 2019 15:46:07 +0100 Subject: [PATCH] Just a detail --- source/glest_game/network/client_interface.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/glest_game/network/client_interface.cpp b/source/glest_game/network/client_interface.cpp index 93caa186d..2a6b84a72 100644 --- a/source/glest_game/network/client_interface.cpp +++ b/source/glest_game/network/client_interface.cpp @@ -492,9 +492,7 @@ namespace Game { if (requestedCommands.empty() == false) { if (SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork, "In [%s::%s Line: %d] WARNING / ERROR, requestedCommands.size() = %d\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__, requestedCommands.size()); - printf("May go out of synch: client requestedCommands.size() = %zd\n", requestedCommands.size()); - /*sendTextMessage(sMsg, -1, true, ""); - sleep(0);*/ + printf("May go out of sync: client requestedCommands.size() = %zd\n", requestedCommands.size()); } } catch (const game_runtime_error &ex) { SystemFlags::OutputDebug(SystemFlags::debugNetwork, "In [%s::%s Line: %d] Error [%s]\n", extractFileFromDirectoryPath(__FILE__).c_str(), __FUNCTION__, __LINE__, ex.what());