diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-05 20:46:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-05 20:46:25 -0300 |
commit | dd53d4a487b834acb233b788f15db3068f0ed3c5 (patch) | |
tree | d3519654934736b0ad94bade69ff3bab6c588017 /npc/functions/clientversion.txt | |
parent | 7f25c1857c5dfb264a1f258cd275438b52159fa2 (diff) | |
download | serverdata-dd53d4a487b834acb233b788f15db3068f0ed3c5.tar.gz serverdata-dd53d4a487b834acb233b788f15db3068f0ed3c5.tar.bz2 serverdata-dd53d4a487b834acb233b788f15db3068f0ed3c5.tar.xz serverdata-dd53d4a487b834acb233b788f15db3068f0ed3c5.zip |
Drop a ManaPlus version
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 143bc0625..949f840da 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -905,7 +905,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) + if (ClientVersion >= 26) return; mesn "Narrator"; @@ -916,10 +916,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 >= 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; + if (ClientVersion >= 24) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); + if (ClientVersion >= 24) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); + if (ClientVersion >= 24) closeclientdialog; + if (ClientVersion >= 24) return; mesc l("You won't be allowed to play this game until you have an updated client."); next; // Force user to disconnect |