diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/super-menu.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index 0651279cd..faddd70d6 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -91,18 +91,8 @@ OnGM: } else if (strcharinfo(0) == "jak1") { setgroupid(80); // Test Server grants - } else if (strcharinfo(0) == "Povo" && debug) { + } else if (debug && getgroupid() == 1) { setgroupid(5); - //} else if (strcharinfo(0) == "Kolchak" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "MuaHaHaHaHa" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "kytty" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "Hocus" && debug) { - // setgroupid(5); - //} else if (strcharinfo(0) == "Former_Cordo") { - // setgroupid(60); } else { dispbottom l("Your privileges do not allow you to use this command."); .@auth=false; |