mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
VersionSelectWidget refact
This commit is contained in:
@@ -372,6 +372,11 @@ void RecognizeSystem::recognize()
|
||||
continue;
|
||||
}
|
||||
|
||||
if(packetType == PacketType::GET_VERSION)
|
||||
{
|
||||
clientHandler->sendVersion();
|
||||
}
|
||||
|
||||
if(packetType == PacketType::CHANGE_DATA_VERSION)
|
||||
{
|
||||
stream.startTransaction();
|
||||
|
||||
Reference in New Issue
Block a user