summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-8/hub.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 3bb810690..0fb6795f0 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -413,7 +413,8 @@ OnPCLogoutEvent:
}
// Logout on botcheck area
if (.@mapa$ ~= "botcheck" && !@qhub_died) {
- atcommand "@jail "+strcharinfo(0);
+ if (!is_staff())
+ atcommand "@jail "+strcharinfo(0);
}
@qhub_victor=0;