diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:25:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:25:50 -0300 |
commit | 50ebff04851dabea2662e72832abc2b2ba513422 (patch) | |
tree | 0c0837b3644dbe348bcec4aa8e4e9820a817b42d | |
parent | 8d2320ff3414e4efc15921a89b74143f7bc42c9b (diff) | |
download | serverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.gz serverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.bz2 serverdata-50ebff04851dabea2662e72832abc2b2ba513422.tar.xz serverdata-50ebff04851dabea2662e72832abc2b2ba513422.zip |
Record TUT_VAR from now on
-rw-r--r-- | npc/000-0-0/sailors.txt | 1 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 793c76282..7a814f1e1 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -251,6 +251,7 @@ L_Ready: LOCATION$ = "Candor"; warp "002-1@Candor", 53, 38; savepoint "000-1", 22, 22; + TUT_VAR=gettimetick(2); closedialog; close; 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); |