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);