diff options
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 93ba4d7a4..0e9b567c8 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -106,7 +106,7 @@ function script kamibroadcast { if (.@snd$ == "") announce .@msg$, bc_all|bc_npc; else - announce .@snd$+": "+.@msg$, bc_all|bc_npc; + announce .@snd$+" : "+.@msg$, bc_all|bc_npc; return; } |