diff --git a/Core/GameClient.cpp b/Core/GameClient.cpp index 715a8590..80d67e48 100644 --- a/Core/GameClient.cpp +++ b/Core/GameClient.cpp @@ -74,6 +74,7 @@ void GameClient::Exec() _connection.reset(); break; } + std::this_thread::sleep_for(std::chrono::duration(1)); } } }