summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-28 23:09:09 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-28 23:09:09 -0300
commit927a01140289d1841e65801a60f07d0ff7e92daa (patch)
tree962d182ffa00d08cf1ef788547c6c4584d9cb5ac /npc/commands
parent475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4 (diff)
downloadserverdata-927a01140289d1841e65801a60f07d0ff7e92daa.tar.gz
serverdata-927a01140289d1841e65801a60f07d0ff7e92daa.tar.bz2
serverdata-927a01140289d1841e65801a60f07d0ff7e92daa.tar.xz
serverdata-927a01140289d1841e65801a60f07d0ff7e92daa.zip
Change clientversion.txt priority from Important to Later.
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/language.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/language.txt b/npc/commands/language.txt
index 876cd89ea..35a86858d 100644
--- a/npc/commands/language.txt
+++ b/npc/commands/language.txt
@@ -14,7 +14,7 @@
//
function script CMD_lang {
- checkclientversion;
+ callfunc "checkclientversion";
mesq l("Which language do you speak?");
next;
asklanguage(LANG_IN_SHIP);