diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-16 14:03:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-16 14:03:12 -0300 |
commit | 25dcda3eefdc001987e93ad26728db6fa47926e4 (patch) | |
tree | da2f9dc94b6369270692c5f0e38e7e7009660fa0 | |
parent | 29fd19efe145fd7bb97f8f8a0ff63a51e41532ac (diff) | |
download | serverdata-25dcda3eefdc001987e93ad26728db6fa47926e4.tar.gz serverdata-25dcda3eefdc001987e93ad26728db6fa47926e4.tar.bz2 serverdata-25dcda3eefdc001987e93ad26728db6fa47926e4.tar.xz serverdata-25dcda3eefdc001987e93ad26728db6fa47926e4.zip |
Double-sure on Ship Logout issues
-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 |