diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:25:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:25:18 -0300 |
commit | 47ca0edabf8ccad6068164a4bb780e8daed34e06 (patch) | |
tree | ae331db03092d799638ad47b4cc345d7590c0f88 | |
parent | 47d5e5177185cea1ed8ff60698d70ff90b94f170 (diff) | |
download | serverdata-47ca0edabf8ccad6068164a4bb780e8daed34e06.tar.gz serverdata-47ca0edabf8ccad6068164a4bb780e8daed34e06.tar.bz2 serverdata-47ca0edabf8ccad6068164a4bb780e8daed34e06.tar.xz serverdata-47ca0edabf8ccad6068164a4bb780e8daed34e06.zip |
Code function improvement
-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; |