commit 17fba5bf58f9768a91d657e9c9e3846fdf941292 parent d556dd760539de03a3a234d7e99f43e98717409b Author: Michael Savage <mikejsavage@gmail.com> Date: Thu, 6 Sep 2018 17:00:20 +0300 Oops Diffstat:
src/lua/chat.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lua/chat.lua b/src/lua/chat.lua @@ -129,7 +129,7 @@ function mud.chat_no_space( form, ... ) end function mud.chat( form, ... ) - mud.chatns( " " .. form, ... ) + mud.chat_no_space( " " .. form, ... ) end local function call( address, port )