From 1439f32bdec47b65adb2439ce2d73c407d2e7e6e Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 21 Apr 2023 11:31:45 +0200 Subject: [PATCH] [Branding]: Undo this (#960) --- src/Components/Modules/Branding.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Components/Modules/Branding.cpp b/src/Components/Modules/Branding.cpp index 8263cf5f..0164b6d4 100644 --- a/src/Components/Modules/Branding.cpp +++ b/src/Components/Modules/Branding.cpp @@ -101,11 +101,7 @@ namespace Components RegisterBrandingDvars(); // UI version string -#ifdef EXPERIMENTAL_BUILD - Utils::Hook::Set(0x43F73B, "IW4x - " REVISION_STR "-develop"); -#else Utils::Hook::Set(0x43F73B, "IW4x - " REVISION_STR); -#endif // Short version dvar Utils::Hook::Set(0x60BD91, REVISION_STR);