diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index b87398a0e..02b4dc3af 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1079,6 +1079,8 @@ int Client::exec() mCurrentDialog = NULL; logger->log1("State: GAME"); + if (Net::getGeneralHandler()) + Net::getGeneralHandler()->reloadPartially(); game = new Game; break; |