Browse Source

Remove commented line

nordsoft 3 years ago
parent
commit
cbfa125085
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server/CVCMIServer.cpp

+ 0 - 1
server/CVCMIServer.cpp

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