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