summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 00:55:04 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 00:55:04 -0300
commitf3e41a1895a966154b664282b4a416bef18e77fd (patch)
tree76b3c2b085edd0b185f6debcba622a3446bc609e /npc/functions/hub.txt
parentd5fbfef36f37bd73227fa0efd48a7cfb03723904 (diff)
downloadserverdata-f3e41a1895a966154b664282b4a416bef18e77fd.tar.gz
serverdata-f3e41a1895a966154b664282b4a416bef18e77fd.tar.bz2
serverdata-f3e41a1895a966154b664282b4a416bef18e77fd.tar.xz
serverdata-f3e41a1895a966154b664282b4a416bef18e77fd.zip
Some bugfixing
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index f836da910..add706461 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -179,7 +179,7 @@ function script HUB_Logout {
}
}
// Died or logged out at Candor Survival
- if (.@mapa$ == "006-9") {
+ if (.@mapa$ == "006-9" && $@SURVIVAL_CANDOR) {
.@score = gettimetick(2)-$@SURVIVAL_CANDOR;
if (.@score > SCANDORPTS) {
SCANDORPTS=.@score;