summaryrefslogtreecommitdiff
path: root/npc/commands/super-menu.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-12 08:57:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-12 08:57:06 -0300
commit07403f5af4a0be125fddbe1dc40330d043309812 (patch)
treefbec8f49b49cdc75f0a6f7516e263cb660ed0ef8 /npc/commands/super-menu.txt
parent69df270c8e5ae5ef86c7ebd1db6dfbf7ff26ab9d (diff)
downloadserverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.gz
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.bz2
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.xz
serverdata-07403f5af4a0be125fddbe1dc40330d043309812.zip
Deprecation concerning "debug" constant (I have new plans for it)
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r--npc/commands/super-menu.txt2
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;
}