diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 18:56:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 18:56:52 -0300 |
commit | fbccba95978f43f4e720c66dd21655b17b3fe65b (patch) | |
tree | 7c3d963817c5c79a11381ea9cbffba75693de921 /npc/functions | |
parent | caa876d59502c2020e7685adba470a3fae8786bb (diff) | |
download | serverdata-fbccba95978f43f4e720c66dd21655b17b3fe65b.tar.gz serverdata-fbccba95978f43f4e720c66dd21655b17b3fe65b.tar.bz2 serverdata-fbccba95978f43f4e720c66dd21655b17b3fe65b.tar.xz serverdata-fbccba95978f43f4e720c66dd21655b17b3fe65b.zip |
Update version
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index bdae5759b..1ba227756 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -716,6 +716,7 @@ function script clientupdater { } // Just be sure your client version is OK +// NOTE: Current master client version is 26 function script checkclientversion { if (ClientVersion >= 25) return; @@ -728,10 +729,10 @@ function script checkclientversion { mesc l("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]"); mesc l("Or use our awesome [@@https://tmw2.org/manalauncher/InstallManaLauncher.exe|Mana Launcher@@] if you're on Windows."); next; - if (ClientVersion >= 22) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); - if (ClientVersion >= 22) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); - if (ClientVersion >= 22) closeclientdialog; - if (ClientVersion >= 22) return; + if (ClientVersion >= 23) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); + if (ClientVersion >= 23) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); + if (ClientVersion >= 23) closeclientdialog; + if (ClientVersion >= 23) return; mesc l("You won't be allowed to play this game until you have an updated client."); next; // Force user to disconnect |