diff options
-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); |