diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-05 14:27:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-05 14:27:08 -0300 |
commit | e27f833cd0a4c4397262781680acc0f09fd7ee1f (patch) | |
tree | cda5918b1bc387f347713d062c7ca43a98284858 /npc | |
parent | 572959cd297af047de36ed755654b12a889a95f9 (diff) | |
download | serverdata-e27f833cd0a4c4397262781680acc0f09fd7ee1f.tar.gz serverdata-e27f833cd0a4c4397262781680acc0f09fd7ee1f.tar.bz2 serverdata-e27f833cd0a4c4397262781680acc0f09fd7ee1f.tar.xz serverdata-e27f833cd0a4c4397262781680acc0f09fd7ee1f.zip |
New minimum M+ version: ClientVersion 25 - 1.8.12.8
Diffstat (limited to 'npc')
-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 140aa1283..b3d0e96f1 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -253,7 +253,7 @@ function script checkclientversion { - if (ClientVersion >= 24) { + if (ClientVersion >= 25) { if (.@dg) close; return; |