summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-13 18:13:30 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-13 18:13:30 -0200
commitccc4ca660d0d9653e9a416b94e6a9d7ec8543798 (patch)
tree4d6972ed5130dd9f11ebc21051faefab6e80e51d /npc/001-8
parent1e364144432bb38d8af68028df32802aa29a5449 (diff)
downloadserverdata-ccc4ca660d0d9653e9a416b94e6a9d7ec8543798.tar.gz
serverdata-ccc4ca660d0d9653e9a416b94e6a9d7ec8543798.tar.bz2
serverdata-ccc4ca660d0d9653e9a416b94e6a9d7ec8543798.tar.xz
serverdata-ccc4ca660d0d9653e9a416b94e6a9d7ec8543798.zip
[skip ci] I don't care for this info on logout >.>
Diffstat (limited to 'npc/001-8')
-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));
}