diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:48:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:48:21 -0300 |
commit | be6cf986bbbd122a15c12ffafef2b5931c56c1b3 (patch) | |
tree | 65a2f61598908dfb8782b75e90e8c5c83ab18933 /npc/functions/clientversion.txt | |
parent | df01eb784f3cb59bea386b21fdf89a09c089293e (diff) | |
download | serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.gz serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.bz2 serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.tar.xz serverdata-be6cf986bbbd122a15c12ffafef2b5931c56c1b3.zip |
Yay, refeer system works ^_^
Only the guest get the reward automatically, for now.
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 cf2b424db..5069e61ad 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -57,7 +57,7 @@ function script checkclientversion { next; } } while (.@ref$ == ""); - if (ClientVersion >= 24) return; + if (ClientVersion >= 24) close; } } |