diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:55:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:57:00 +0300 |
commit | 88653a60b96f738491624e4e3e0a349c918b7d4b (patch) | |
tree | 155a35cd4fda1daa9e8fe26eb268f2c001d81eeb /npc/functions | |
parent | c81d9c3bd1fa7c8e277846d143eccd03b858abeb (diff) | |
download | serverdata-88653a60b96f738491624e4e3e0a349c918b7d4b.tar.gz serverdata-88653a60b96f738491624e4e3e0a349c918b7d4b.tar.bz2 serverdata-88653a60b96f738491624e4e3e0a349c918b7d4b.tar.xz serverdata-88653a60b96f738491624e4e3e0a349c918b7d4b.zip |
Remove client versions list.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 2f0dabfc..003a961a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -3,23 +3,6 @@ // 4144 // Description: // Function checking the client version and reports if it is too old. -// Known versions: -// 2 Nov 10 2014 -// 3 Nov 28 2014 -// 4 Jan 5 2015 -// 5 Jan 20 2015 -// 6 Feb 17 2015 -// 7 Mar 2 2015 -// 8 May 1 2015 -// 9 Aug 12 2015 -// 10 Aug 16 2015 -// 11 Aug 21 2015 -// 12 Sep 28 2015 -// 14 Oct 15 2015 -// 15 Oct 26 2015 -// 16 Jan 5 2016 -// First supported version: -// 2 function script checkclientversion { if (ClientVersion > 7) return; |