diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 9d027f326..31d841fa2 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -87,7 +87,10 @@ function script checkclientversion { next; mesc l("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]"); next; - if (ClientVersion >= 22) return; + if (ClientVersion >= 20) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); + if (ClientVersion >= 20) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); + if (ClientVersion >= 20) close; + if (ClientVersion >= 20) return; mesc l("You won't be allowed to play this game until you have an updated client."); next; // Force user to disconnect |