From 85efd2e0267e6155e2a234f0518592920e8942fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Jul 2020 14:29:27 -0300 Subject: Fix typo --- npc/commands/super-menu.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 08e7824e5..ef52632a7 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -101,10 +101,11 @@ OnGM: close; OnGMOff: - if (is_staff()) + if (is_staff()) { logmes strcharinfo(0)+" : GM logout.", LOGMES_ATCOMMAND; - atcommand("@adjgroup 0"); - close; + atcommand("@adjgroup 0"); + } + end; OnInit: bindatcmd "super", "@super::OnCall", 80, 99, 0; -- cgit v1.2.3-60-g2f50