diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/wgm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt index e19f86b22..3c3c5376c 100644 --- a/npc/commands/wgm.txt +++ b/npc/commands/wgm.txt @@ -28,7 +28,7 @@ OnCallFunc: percentheal -100, -100; end; } - .@request$ = strcharinfo(0)+": "; + .@request$ = ""; .@request$ += implode(.@atcmd_parameters$, " "); callfunc .@request$; end; @@ -39,7 +39,7 @@ OnDoEvent: percentheal -100, -100; end; } - .@request$ = strcharinfo(0)+": "; + .@request$ = ""; .@request$ += implode(.@atcmd_parameters$, " "); doevent .@request$; end; |