mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Remove connection pointer from CPack
This commit is contained in:
@@ -260,7 +260,7 @@ void TurnOrderProcessor::doStartNewDay()
|
||||
|
||||
if(!activePlayer)
|
||||
{
|
||||
gameHandler->gameLobby()->setState(EServerState::SHUTDOWN);
|
||||
gameHandler->gameLobby().setState(EServerState::SHUTDOWN);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user