diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-25 19:13:49 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-25 19:13:49 -0200 |
commit | 3a40c2d22e01003b53ec78ac389333f17ae8498c (patch) | |
tree | 250073b1d6c8c2b86a1f89d7de3fa964b7bd9580 /npc/commands/kami.txt | |
parent | 9cc240de7886142b5b1712bd24c14ca24859c989 (diff) | |
download | serverdata-3a40c2d22e01003b53ec78ac389333f17ae8498c.tar.gz serverdata-3a40c2d22e01003b53ec78ac389333f17ae8498c.tar.bz2 serverdata-3a40c2d22e01003b53ec78ac389333f17ae8498c.tar.xz serverdata-3a40c2d22e01003b53ec78ac389333f17ae8498c.zip |
[skip ci]
Diffstat (limited to 'npc/commands/kami.txt')
-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++) { |