diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-13 18:13:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-13 18:13:30 -0200 |
commit | ccc4ca660d0d9653e9a416b94e6a9d7ec8543798 (patch) | |
tree | 4d6972ed5130dd9f11ebc21051faefab6e80e51d | |
parent | 1e364144432bb38d8af68028df32802aa29a5449 (diff) | |
download | serverdata-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 >.>
-rw-r--r-- | npc/001-8/hub.txt | 2 |
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)); } |