Refactored software id code

Show a warning when an unknown software id is seen
This commit is contained in:
SChernykh
2023-09-23 17:26:57 +02:00
parent 6ca6f2ed3d
commit b922440fc7
4 changed files with 37 additions and 6 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ public:
uint32_t m_protocolVersion;
uint32_t m_SoftwareVersion;
uint32_t m_SoftwareID;
SoftwareID m_SoftwareID;
int64_t m_pingTime;