Browse Source

Remove redundant thread name - this method is not thread entry point

Ivan Savenko 2 years ago
parent
commit
03a939fd52
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/CServerHandler.cpp

+ 0 - 2
client/CServerHandler.cpp

@@ -611,8 +611,6 @@ void CServerHandler::startMapAfterConnection(std::shared_ptr<CMapInfo> to)
 
 void CServerHandler::startGameplay(VCMI_LIB_WRAP_NAMESPACE(CGameState) * gameState)
 {
-	setThreadName("startGameplay");
-
 	if(CMM)
 		CMM->disable();
 	client = new CClient();