diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-19 23:15:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-19 23:15:19 -0300 |
commit | e8cc3fd631485a7274f165abb69405c6e488a126 (patch) | |
tree | d106fa096cbaa623e01638453f13c1c1dcf312b2 | |
parent | 91994f7e1eb9b8966e1d466313f094f68757c1fa (diff) | |
download | serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.gz serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.bz2 serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.xz serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.zip |
Fix kamibroadcast()
-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 e709d0202..5d70dde0d 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -71,7 +71,7 @@ function script kamibroadcast { // Send to #world if (.@snd$ == "") - channelmes("#world", .@msg$); + channelmes("#world", " "+.@msg$); else channelmes("#world", "[ "+.@snd$+" ] : "+.@msg$); |