diff --git a/src/Components/Modules/Localization.cpp b/src/Components/Modules/Localization.cpp index 3e8d921c..35f4265e 100644 --- a/src/Components/Modules/Localization.cpp +++ b/src/Components/Modules/Localization.cpp @@ -38,7 +38,6 @@ namespace Components Localization::Set("MENU_WAITING_FOR_MORE_PLAYERS_TEAMS", "Waiting for more players to balance teams"); Localization::Set("MENU_MOTD", "News"); Localization::Set("MENU_MOTD_CAPS", "NEWS"); - Localization::Set("MPUI_MOTD_TEXT", "Welcome to ReactIW4 Multiplayer!"); Localization::Set("MENU_MODS", "Mods"); Localization::Set("MENU_MODS_CAPS", "MODS"); Localization::Set("MPUI_DESC_MODS", "Browse your Mods."); diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index ceccc44b..e1c72820 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -109,6 +109,10 @@ namespace Components // Enable commandline arguments Utils::Hook::Set(0x464AE4, 0xEB); + // MOTD + Utils::Hook::Nop(0x60BF24, 5); + Utils::Hook::Set(0x4053CB, "Welcome to ReactIW4x Multiplayer!"); + // remove limit on IWD file loading Utils::Hook::Set(0x642BF3, 0xEB);