summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 22:01:46 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 22:01:46 -0300
commit87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978 (patch)
tree031e44489d047aafee6421a2204b65101f346930 /npc/commands
parentff2f84edf3eae832d68349f7199f67bf94d324b9 (diff)
downloadserverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.gz
serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.bz2
serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.xz
serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.zip
Maybe this fixes @wgm
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/wgm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt
index e48d0ed1b..dbb46eca4 100644
--- a/npc/commands/wgm.txt
+++ b/npc/commands/wgm.txt
@@ -13,7 +13,7 @@
end;
OnCall:
- .@request$ = .@atcmd_parameters$[0];
+ .@request$ = .@atcmd_parameters$;
atcommand("@request "+.@request$);
end;