From d633175c6c43d0d3eca43be8342ab2b2b76410cc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Jan 2022 16:50:48 -0300 Subject: Sorry, guys, this was my typo :facepalm: --- npc/commands/debug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3-60-g2f50