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 a22f8e28..9193ef06 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -580,7 +580,7 @@ OnSetVar:
.@idx=atoi(array_shift(.@atcmd_parameters$));
// Trying to edit global variables
- if (charat(.@atcmd_parameters$[0], 0) == "$") && !is_admin())
+ if (charat(.@atcmd_parameters$[0], 0) == "$" && !is_admin())
Exception("You are not allowed to change global variables.", RB_DISPBOTTOM|RB_ISFATAL);
if (charat(.@atcmd_parameters$[0],