diff options
| author | Darkelarious <github@333networks.com> | 2025-03-08 15:21:26 +0100 |
|---|---|---|
| committer | Darkelarious <github@333networks.com> | 2025-03-08 15:21:26 +0100 |
| commit | b7f431a17f0d957ff56b6a36470444a95d4752bc (patch) | |
| tree | 58154f3b281b86d372e4fb85f212a2e22a6a64c5 /src/Protocols/overrides.h | |
| parent | 74ff50c5ca343b5829287f6e7ee2b916aa29720e (diff) | |
| download | Masterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.tar.gz Masterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.zip | |
hotfix 1+2
Overrides for Undying and Mobile Forces.
Diffstat (limited to 'src/Protocols/overrides.h')
| -rw-r--r-- | src/Protocols/overrides.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
