VersionSelectWidget refact

This commit is contained in:
2025-11-26 17:28:22 +03:00
parent 44b6299e59
commit 1c151d4aff
14 changed files with 221 additions and 102 deletions

View File

@@ -372,6 +372,11 @@ void RecognizeSystem::recognize()
continue;
}
if(packetType == PacketType::GET_VERSION)
{
clientHandler->sendVersion();
}
if(packetType == PacketType::CHANGE_DATA_VERSION)
{
stream.startTransaction();