Modify in-game console str again to remove traces of versioning
This commit is contained in:
parent
b419d4d984
commit
abe7e8e16c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user