diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 9460f12d..887acc4b 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -3259,6 +3259,8 @@ int glestMain(int argc, char** argv) { #endif { getline(cin, command); + cin.clear(); + printf("server command [%s]\n",command.c_str()); if(command == "quit") { break;