From 0a96bafa6680777050a51c8ff1961f6cadbcc068 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 21:40:40 -0200 Subject: Staff can logout at botcheck area, no problem --- npc/001-8/hub.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2