diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 02bbc793b..856f09f4c 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -20,7 +20,7 @@ OnServMsg: .@request$ = strcharinfo(0)+": "; .@request$ += implode(.@atcmd_parameters$, " "); if (!channelmes("General", "Test")) - channelmes("#General", "Test") + channelmes("#General", "Test"); .@c = getunits(BL_PC, .@players, 20); for (.@i = 0; .@i < .@c; .@i++) { |