[Branding]: Undo this (#960)

This commit is contained in:
Edo 2023-04-21 11:31:45 +02:00 committed by GitHub
parent 63711ddd51
commit 1439f32bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,11 +101,7 @@ namespace Components
RegisterBrandingDvars();
// UI version string
#ifdef EXPERIMENTAL_BUILD
Utils::Hook::Set<const char*>(0x43F73B, "IW4x - " REVISION_STR "-develop");
#else
Utils::Hook::Set<const char*>(0x43F73B, "IW4x - " REVISION_STR);
#endif
// Short version dvar
Utils::Hook::Set<const char*>(0x60BD91, REVISION_STR);