diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 22:01:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 22:01:46 -0300 |
commit | 87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978 (patch) | |
tree | 031e44489d047aafee6421a2204b65101f346930 | |
parent | ff2f84edf3eae832d68349f7199f67bf94d324b9 (diff) | |
download | serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.gz serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.bz2 serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.tar.xz serverdata-87e1fd8b0b76cadbabd4cbcfe52a3b17c3f99978.zip |
Maybe this fixes @wgm
-rw-r--r-- | npc/commands/wgm.txt | 2 |
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; |