From c879fddffd81eaee9fd9e584f03667c61f61d1f0 Mon Sep 17 00:00:00 2001 From: Edo Date: Sat, 22 Apr 2023 22:35:31 +0200 Subject: [PATCH] [Branding]: Small update (#966) --- src/Components/Modules/Branding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/Branding.cpp b/src/Components/Modules/Branding.cpp index 0164b6d4..c0f1eaab 100644 --- a/src/Components/Modules/Branding.cpp +++ b/src/Components/Modules/Branding.cpp @@ -101,7 +101,7 @@ namespace Components RegisterBrandingDvars(); // UI version string - Utils::Hook::Set(0x43F73B, "IW4x - " REVISION_STR); + Utils::Hook::Set(0x43F73B, "IW4x " REVISION_STR); // Short version dvar Utils::Hook::Set(0x60BD91, REVISION_STR);