Modify in-game console str again to remove traces of versioning

This commit is contained in:
Ahrimdon 2024-03-11 01:57:26 -04:00
parent b419d4d984
commit abe7e8e16c

View File

@ -862,9 +862,9 @@ namespace Components
// Console '%s: %s> ' string
#ifdef EXPERIMENTAL_BUILD
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP: > "); // Ahrimdon
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP >"); // Ahrimdon
#else
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP: > "); // Ahrimdon
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP >"); // Ahrimdon
#endif
// Patch console color