aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-03-08 15:21:26 +0100
committerDarkelarious <github@333networks.com>2025-03-08 15:21:26 +0100
commitb7f431a17f0d957ff56b6a36470444a95d4752bc (patch)
tree58154f3b281b86d372e4fb85f212a2e22a6a64c5
parent74ff50c5ca343b5829287f6e7ee2b916aa29720e (diff)
downloadMasterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.tar.gz
Masterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.zip
hotfix 1+2
Overrides for Undying and Mobile Forces.
-rw-r--r--bin/MasterServer-Qt5bin488616 -> 0 bytes
-rw-r--r--bin/MasterServer-Qt5hf2bin0 -> 492712 bytes
-rw-r--r--src/Core/version.h2
-rw-r--r--src/Protocols/overrides.h4
4 files changed, 5 insertions, 1 deletions
diff --git a/bin/MasterServer-Qt5 b/bin/MasterServer-Qt5
deleted file mode 100644
index 1ec0ec8..0000000
--- a/bin/MasterServer-Qt5
+++ /dev/null
Binary files differ
diff --git a/bin/MasterServer-Qt5hf2 b/bin/MasterServer-Qt5hf2
new file mode 100644
index 0000000..af0187b
--- /dev/null
+++ b/bin/MasterServer-Qt5hf2
Binary files differ
diff --git a/src/Core/version.h b/src/Core/version.h
index 6dbc808..57a81b8 100644
--- a/src/Core/version.h
+++ b/src/Core/version.h
@@ -29,7 +29,7 @@
#define BUILD_VERSION QString("0.27")
// short version (in query) -- Qt v0.n
-#define SHORT_VER QString("Qt-" + BUILD_VERSION)
+#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf2")
// build time/date
#define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__)
diff --git a/src/Protocols/overrides.h b/src/Protocols/overrides.h
index eb6f8b2..9825cda 100644
--- a/src/Protocols/overrides.h
+++ b/src/Protocols/overrides.h
@@ -55,12 +55,16 @@ const QStringList _overrideValidateBeacon
"deusex",
"rune",
"wot",
+ "undying",
+ "mobileforces",
};
const QStringList _overrideValidateClient
{
"deusex",
"wot",
+ "undying",
+ "mobileforces",
};
// matching regexes