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

Remove commented line

This commit is contained in:
nordsoft 2022-09-29 14:29:57 +04:00
parent 9fb5d0e726
commit cbfa125085

View File

@ -238,7 +238,6 @@ bool CVCMIServer::prepareToStartGame()
c->disableStackSendingByID();
}
//if(!gh)
gh = std::make_shared<CGameHandler>(this);
switch(si->mode)
{