[QuickPatch] Remove r from version

This commit is contained in:
momo5502 2017-04-27 22:30:08 +02:00
parent 3e20ca366a
commit f750a15e78

View File

@ -264,11 +264,11 @@ namespace Components
} }
else if (Dedicated::IsEnabled()) else if (Dedicated::IsEnabled())
{ {
Utils::Hook::Set<char*>(0x4289E8, "IW4x (r" VERSION "): Dedicated"); Utils::Hook::Set<char*>(0x4289E8, "IW4x (" VERSION "): Dedicated");
} }
else else
{ {
Utils::Hook::Set<char*>(0x4289E8, "IW4x (r" VERSION "): Console"); Utils::Hook::Set<char*>(0x4289E8, "IW4x (" VERSION "): Console");
} }
// window title // window title