summaryrefslogtreecommitdiff
path: root/npc/commands/debug-look.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/debug-look.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/debug-look.txt')
-rw-r--r--npc/commands/debug-look.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/commands/debug-look.txt b/npc/commands/debug-look.txt
index 3fc2aac43..26e9ffff9 100644
--- a/npc/commands/debug-look.txt
+++ b/npc/commands/debug-look.txt
@@ -91,17 +91,3 @@ function script BarberDebug {
} while (1);
}
-
-
-- script @look 32767,{
- end;
-
-OnCall:
- if (!debug && !is_staff())
- {
- end;
- }
- BarberDebug;
- closedialog;
- end;
-}