mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Stabilization
This commit is contained in:
@@ -710,6 +710,8 @@ void CServerHandler::endGameplay(bool closeConnection, bool restart)
|
||||
|
||||
if(c)
|
||||
{
|
||||
nextClient = std::make_unique<CClient>();
|
||||
c->iser.cb = nextClient.get();
|
||||
c->enterLobbyConnectionMode();
|
||||
c->disableStackSendingByID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user