diff options
Diffstat (limited to 'npc/commands/super-menu.txt')
-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 aafec9b63..11a92711f 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -56,7 +56,7 @@ function script SuperMenu { OnCall: - if (!debug && !is_gm()) { + if (!is_gm()) { dispbottom l("You do not have the required access privileges to use the Super Menu."); end; } |