From 8909eb9b54f38e6b9b8e456245b57854e04bc33e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 24 Feb 2021 20:48:30 -0300 Subject: Fix typo at kamibroadcast function --- npc/commands/kami.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-70-g09d2