diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-05 20:52:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-05 20:52:37 -0300 |
commit | f10010047d84ce70c7da60420e340138ef931512 (patch) | |
tree | c0804ac6cc4bbfa77175b47e5a11a892a99a2f3b /npc/functions/clientversion.txt | |
parent | dd53d4a487b834acb233b788f15db3068f0ed3c5 (diff) | |
download | serverdata-f10010047d84ce70c7da60420e340138ef931512.tar.gz serverdata-f10010047d84ce70c7da60420e340138ef931512.tar.bz2 serverdata-f10010047d84ce70c7da60420e340138ef931512.tar.xz serverdata-f10010047d84ce70c7da60420e340138ef931512.zip |
[skip ci] client 26 still not available
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 949f840da..ab50212dc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -905,7 +905,7 @@ function script clientupdater { // Just be sure your client version is OK // NOTE: Current master client version is 26 function script checkclientversion { - if (ClientVersion >= 26) + if (ClientVersion >= 25) return; mesn "Narrator"; |