summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-07 08:15:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-07 08:15:58 -0300
commiteaa875107e703c79111e76ce9219b27c4b82dada (patch)
tree0122099b64aeeb966406f935181ea1f308436b25 /npc/functions/clientversion.txt
parent83c0f2fce17acca38ee1804e94c48bd60fe01b11 (diff)
downloadserverdata-eaa875107e703c79111e76ce9219b27c4b82dada.tar.gz
serverdata-eaa875107e703c79111e76ce9219b27c4b82dada.tar.bz2
serverdata-eaa875107e703c79111e76ce9219b27c4b82dada.tar.xz
serverdata-eaa875107e703c79111e76ce9219b27c4b82dada.zip
Delete three languages: VLS, NL_BE and CA.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 0f1cba4b0..f21ea5a90 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -7,6 +7,16 @@
// Function checking the client version and reports if it is too old.
function script checkclientversion {
+ // Update handler
+ if (Lang > 5 && UPDATE < 1528369855) {
+ UPDATE=gettimetick(2);
+ Lang=0;
+ mesn "Jesus Saves";
+ mes col("Oh, noes! Due lack of translators, some languages were removed from this project.", 9);
+ mes col("You might have been affected. Please, select your desired language.", 9);
+ asklanguage(LANG_IN_SHIP);
+ }
+
if (ClientVersion >= 24) return;
mesn "Narrator";