summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index 83387d26..fc352bd2 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -129,7 +129,7 @@ function script GlobalDebugMenu {
end;
OnCall:
- if (!debug && getgroupid() < 99)
+ if (!debug && !is_admin())
{
end;
}