summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-13 10:25:50 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-13 10:25:50 -0300
commit50ebff04851dabea2662e72832abc2b2ba513422 (patch)
tree0c0837b3644dbe348bcec4aa8e4e9820a817b42d /npc/functions
parent8d2320ff3414e4efc15921a89b74143f7bc42c9b (diff)
downloadserverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.gz
serverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.bz2
serverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.xz
serverdata-50ebff04851dabea2662e72832abc2b2ba513422.zip
Record TUT_VAR from now on
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 8056d663a..79e91f376 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -8,6 +8,9 @@
// This also handles all updates, and usually have priority.
function script clientupdater {
+ // Bugfix
+ if (!TUT_VAR && UPDATE)
+ TUT_VAR=UPDATE;
// Skip any update for newcomers
if (compare(getmap(), "000-0")) {
UPDATE=gettimetick(2);