diff options
Diffstat (limited to 'npc/001-8')
-rw-r--r-- | npc/001-8/hub.txt | 3 |
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; |