summaryrefslogtreecommitdiff
path: root/npc/001-8/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r--npc/001-8/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index e56c27125..9a656bbc9 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -420,7 +420,7 @@ OnPCLogoutEvent:
// I want to know if it is already safe to read your current exp
// to implement a no-death-penalty and a halved-penalty system
- if (is_staff()) {
+ if (is_staff() && @qhub_died) {
dispbottom l("Exp: @@", readparam(BaseExp));
dispbottom l("JExp: @@", readparam(JobExp));
}