diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index d18d31ca3..5513383e3 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -113,7 +113,7 @@ OnGM: OnGMOff: if (is_staff()) { logmes strcharinfo(0)+" : GM logout.", LOGMES_ATCOMMAND; - atcommand("@adjgroup 0"); + setgroupid(1); } end; |