summaryrefslogtreecommitdiff
path: root/npc/commands/debug-look.txt
diff options
context:
space:
mode:
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;
-}