From 69888370dff58856b72a51fe134340efd4b15e37 Mon Sep 17 00:00:00 2001 From: Rex109 Date: Wed, 31 Jul 2024 15:19:17 +0200 Subject: [PATCH] Modified mismatch message --- cod4qol/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cod4qol/dllmain.cpp b/cod4qol/dllmain.cpp index 7ada523..e1bc554 100644 --- a/cod4qol/dllmain.cpp +++ b/cod4qol/dllmain.cpp @@ -50,7 +50,7 @@ void Initialize() if (!CheckCoD4XVersion()) { - MessageBox(NULL, "CoD4X version mismatch, CoD4QOL has been unloaded.\nSupported CoD4X versions are: " COD4QOL_SUPPORTEDVERSIONS ".\n\nYou may need to update your game or manually download a newer version of CoD4QOL, otherwise you will have to wait for a new version of CoD4QOL and manually update it later." , "CoD4QOL", MB_ICONWARNING); + MessageBox(NULL, "CoD4X version mismatch, CoD4QOL has been unloaded.\nSupported CoD4X versions are: " COD4QOL_SUPPORTEDVERSIONS ".\n\nYou may need to update your game or manually download a newer version of CoD4QOL, otherwise you will have to wait for a new version of CoD4QOL and manually update it later.\n\nBe sure to always update CoD4QOL first before updating CoD4X!" , "CoD4QOL", MB_ICONWARNING); return; }