mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
feat: update cifList for unity
This commit is contained in:
@@ -176,3 +176,17 @@ void CommonClientHandler::slot_DocsChanged()
|
||||
}
|
||||
}
|
||||
|
||||
void CommonClientHandler::sendXmlAnswer(QByteArray array)
|
||||
{
|
||||
foreach(int idSocket, clientsMap->keys())
|
||||
{
|
||||
ClientHandler *handler = clientsMap->value(idSocket);
|
||||
TypeClientAutorization type = handler->getClient()->getTypeClient();
|
||||
|
||||
if(type == TypeClientAutorization::TYPE_UNITY_CLIENT)
|
||||
{
|
||||
handler->sendXmlAnswer(array,PacketType::TYPE_UPDATEDCFI);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user