summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
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;