summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-20 00:46:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-20 00:46:58 +0300
commita7b136affa3ad612e2f01ce34788809913e2f806 (patch)
tree429d8a821e9152c3cc59e1d3304b7f8326a6064e /npc
parentffa8ea3a49d9b0ca8191f03e8a75d7977309dbc4 (diff)
downloadserverdata-a7b136affa3ad612e2f01ce34788809913e2f806.tar.gz
serverdata-a7b136affa3ad612e2f01ce34788809913e2f806.tar.bz2
serverdata-a7b136affa3ad612e2f01ce34788809913e2f806.tar.xz
serverdata-a7b136affa3ad612e2f01ce34788809913e2f806.zip
Replace getclientversion() to ClientVersion.
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 064269ab..2c7b50bc 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -5,7 +5,7 @@
// Function checking the client version and reports if it is too old.
function script CheckClientVersion {
- if (getclientversion() > 4) return;
+ if (ClientVersion > 4) return;
mesn "Narrator";
mes col("Warning.", 9);