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:
@ -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()
|
||||
|
Reference in New Issue
Block a user