diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-30 14:29:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-30 14:29:27 -0300 |
commit | 85efd2e0267e6155e2a234f0518592920e8942fa (patch) | |
tree | 52a42ddbbac51bbb95b6fa54909e4295b738b283 /npc | |
parent | 5222cd33e5c0ef582659041f5c5eb1b4472f70c9 (diff) | |
download | serverdata-85efd2e0267e6155e2a234f0518592920e8942fa.tar.gz serverdata-85efd2e0267e6155e2a234f0518592920e8942fa.tar.bz2 serverdata-85efd2e0267e6155e2a234f0518592920e8942fa.tar.xz serverdata-85efd2e0267e6155e2a234f0518592920e8942fa.zip |
Fix typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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; |