diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-29 16:50:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-29 16:50:48 -0300 |
commit | d633175c6c43d0d3eca43be8342ab2b2b76410cc (patch) | |
tree | 1860eacc200fc106630ac266e4591d83562ad1bd /npc/commands | |
parent | d46563e8cad9e53d344d0383b90c342796fb70ce (diff) | |
download | serverdata-d633175c6c43d0d3eca43be8342ab2b2b76410cc.tar.gz serverdata-d633175c6c43d0d3eca43be8342ab2b2b76410cc.tar.bz2 serverdata-d633175c6c43d0d3eca43be8342ab2b2b76410cc.tar.xz serverdata-d633175c6c43d0d3eca43be8342ab2b2b76410cc.zip |
Sorry, guys, this was my typo :facepalm:
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug.txt | 2 |
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], |