Whoop, forgot -develop removal from in-game console
This commit is contained in:
parent
5fb452136a
commit
b419d4d984
@ -862,7 +862,7 @@ namespace Components
|
||||
|
||||
// Console '%s: %s> ' string
|
||||
#ifdef EXPERIMENTAL_BUILD
|
||||
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP: " REVISION_STR "-develop> ");
|
||||
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP: > "); // Ahrimdon
|
||||
#else
|
||||
Utils::Hook::Set<const char*>(0x5A44B4, "IW4x MP: > "); // Ahrimdon
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user