summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-07 08:57:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-07 08:57:42 -0300
commitbdb8fbedfd81cc28cac5d2760c2706255328b30e (patch)
treec2d616973fa5c58f38cdf465812cfaf87232f170 /npc/functions/clientversion.txt
parentd25dc1b4250d42816def3b255198b92e01e20ede (diff)
downloadserverdata-bdb8fbedfd81cc28cac5d2760c2706255328b30e.tar.gz
serverdata-bdb8fbedfd81cc28cac5d2760c2706255328b30e.tar.bz2
serverdata-bdb8fbedfd81cc28cac5d2760c2706255328b30e.tar.xz
serverdata-bdb8fbedfd81cc28cac5d2760c2706255328b30e.zip
Notes to be more clear about system update
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index f21ea5a90..c9d7752fd 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -7,7 +7,8 @@
// Function checking the client version and reports if it is too old.
function script checkclientversion {
- // Update handler
+ // Update handler (use `date +%s` for this)
+ // Current UPDATE value: Qui Jun 7 08:10:55 -03 2018
if (Lang > 5 && UPDATE < 1528369855) {
UPDATE=gettimetick(2);
Lang=0;