diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 18:55:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 18:55:42 -0300 |
commit | d9e50fad61fb5492640c1e7d00ae86fad64b51d5 (patch) | |
tree | bf75262429dca8ca592ed3951678e1118fc322fe /npc/functions/clientversion.txt | |
parent | 2987afb977b5d759e68a4ed9be59aaee629dd6ce (diff) | |
download | serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.gz serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.bz2 serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.tar.xz serverdata-d9e50fad61fb5492640c1e7d00ae86fad64b51d5.zip |
[skip ci] bad location
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
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; } } |