summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
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;