Skip to content

Commit

Permalink
Modified mismatch message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jul 31, 2024
1 parent 52df7ae commit 6988837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cod4qol/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6988837

Please sign in to comment.