1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Implemented matches history in lobby

This commit is contained in:
Ivan Savenko
2024-03-20 18:40:37 +02:00
parent 4ed961fb96
commit 829b754091
19 changed files with 249 additions and 63 deletions

View File

@ -172,8 +172,7 @@ void CServerHandler::resetStateForLobby(EStartMode mode, ESelectionScreen screen
localPlayerNames.push_back(settings["general"]["playerName"].String());
gameChat->resetMatchState();
if (lobbyClient)
lobbyClient->resetMatchState();
lobbyClient->resetMatchState();
}
GameChatHandler & CServerHandler::getGameChat()