mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Extracted interface through which GameHandler interacts with VCMIServer
This commit is contained in:
@@ -260,7 +260,7 @@ void TurnOrderProcessor::doStartNewDay()
|
||||
|
||||
if(!activePlayer)
|
||||
{
|
||||
gameHandler->gameLobby().setState(EServerState::SHUTDOWN);
|
||||
gameHandler->gameServer().setState(EServerState::SHUTDOWN);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user