diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-10 12:08:55 +0200 |
commit | 6f0f6b45a3eef4811b0df05ff4433ab658b454e7 (patch) | |
tree | 8099b3dd8de70b9e29747375e728afd8a2d044a7 /npc/functions/clientversion.txt | |
parent | 671d84d7e2c507311c69a27be13128ee2e200577 (diff) | |
download | serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.gz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.bz2 serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.tar.xz serverdata-6f0f6b45a3eef4811b0df05ff4433ab658b454e7.zip |
Fixed the description of every single script.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 77003928..9e9eb4cd 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1,8 +1,8 @@ // Evol scripts. -// Authors: +// Author: // 4144 // Description: -// Function checking client version and report if it too old. +// Function checking the client version and reports if it is too old. function script CheckClientVersion { if (getclientversion("") > 3) return; |