From ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:33:52 +0100 Subject: hotfix 3 Support for Medal of Honor franchise with enctype2. License for 3rd party functions inside source code. --- src/TcpTasks/ListenClientHandler/listenclienthandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/TcpTasks') diff --git a/src/TcpTasks/ListenClientHandler/listenclienthandler.h b/src/TcpTasks/ListenClientHandler/listenclienthandler.h index f7c300b..3c857fa 100644 --- a/src/TcpTasks/ListenClientHandler/listenclienthandler.h +++ b/src/TcpTasks/ListenClientHandler/listenclienthandler.h @@ -9,6 +9,7 @@ #include "Database/Common/commonactions.h" #include "Protocols/GameSpy0/gamespy0.h" +#include "protocols/enctype2.h" #include "Protocols/GameSpy0/securevalidate.h" class ListenClientHandler : public QObject @@ -26,6 +27,7 @@ private: QTimer _timeOut; QString _rxBuffer = ""; bool _hasValidated = false; + bool _requestEnctype2 = false; QString _clientLabel; QString _secure; -- cgit v1.2.3