summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-02 18:55:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-02 18:55:42 -0300
commitd9e50fad61fb5492640c1e7d00ae86fad64b51d5 (patch)
treebf75262429dca8ca592ed3951678e1118fc322fe /npc
parent2987afb977b5d759e68a4ed9be59aaee629dd6ce (diff)
downloadserverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.gz
serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.bz2
serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.xz
serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.zip
[skip ci] bad location
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 fe7b35198..ac61c52b7 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -46,8 +46,8 @@ function script checkclientversion {
mesc l("I see. Well, welcome to the game! If you have any doubt, shout on #world for help!"), 3;
next;
}
- if (ClientVersion >= 24) return;
} while (.@ref$ == "");
+ if (ClientVersion >= 24) return;
}
}