Remove branding overlay
This commit is contained in:
parent
29b08292f9
commit
2288fd7e6d
@ -51,7 +51,7 @@ namespace Components
|
||||
#ifdef EXPERIMENTAL_BUILD
|
||||
return REVISION_STR "-develop latest " __DATE__ " " __TIME__;
|
||||
#else
|
||||
return REVISION_STR " latest " __DATE__ " " __TIME__;
|
||||
return; // Ahrimdon
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -100,11 +100,14 @@ namespace Components
|
||||
{
|
||||
RegisterBrandingDvars();
|
||||
|
||||
//Ahrimdon
|
||||
/*
|
||||
// UI version string
|
||||
Utils::Hook::Set<const char*>(0x43F73B, "IW4x " REVISION_STR);
|
||||
// Utils::Hook::Set<const char*>(0x43F73B, "");
|
||||
|
||||
// Short version dvar
|
||||
Utils::Hook::Set<const char*>(0x60BD91, REVISION_STR);
|
||||
// Utils::Hook::Set<const char*>(0x60BD91, REVISION_STR);
|
||||
*/
|
||||
|
||||
// Com_Init_Try_Block_Function
|
||||
Utils::Hook::Set<const char*>(0x60BAF4, BUILD_TYPE);
|
||||
|
Loading…
Reference in New Issue
Block a user