diff options
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 8fb5a7b35..ff88bc9c4 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -310,7 +310,7 @@ function script HUB_Logout { } } // If you were travelling and died/logged out, cleaning is needed - if (@timer_navio_running) { + if (@timer_navio_running || compare(.@mapa$, "016-")) { @timer_navio_running=0; // Logged out? Correct your position to inside the ship // Of course, this is messy... But still better than Save Point |