mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
feat: complete delay messages
This commit is contained in:
@@ -136,7 +136,7 @@ bool ServerLMSWidget::stopServer()
|
||||
ClientHandler* clientHandlerOpen = clientsMap[idSocket];
|
||||
|
||||
//Фиксируем время выхода Юнити-клиента
|
||||
if(clientHandlerOpen->getClient()->getIsUnity())
|
||||
if(clientHandlerOpen->getClient()->GETTYPE() == TypeClientAutorization::TYPE_UNITY_CLIENT)
|
||||
{
|
||||
processingSystem->processingExitUnityClient(clientHandlerOpen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user