From f11ce4d550812742498e3fbd2ad0f0180cb6727c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Nov 2014 00:32:37 +0300 Subject: fix getclientversion usage. --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 340d4eb1..24d2dafe 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 (getclientversion() > 4) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-60-g2f50