Whoop, forgot -develop removal from in-game console

This commit is contained in:
Ahrimdon 2024-03-07 05:49:47 -05:00
parent 5fb452136a
commit b419d4d984

View File

@ -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