Корректное переподключение к серверу

This commit is contained in:
2025-07-03 09:48:22 +03:00
parent 67cc236b70
commit c46ae86791
9 changed files with 146 additions and 103 deletions

View File

@@ -433,6 +433,11 @@ void RecognizeSystem::recognize()
}
if(packetType == PacketType::TYPE_DISABLE)
{
clientHandler->sendDisable();
}
packetType = PacketType::TYPE_NONE;
}