summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
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";