gameServer/HWProtoInRoomState.hs
changeset 14447 b444f100a625
parent 14379 b33127bc2424
child 14841 111c4d750c6d
--- a/gameServer/HWProtoInRoomState.hs	Fri Dec 14 14:33:18 2018 +0100
+++ b/gameServer/HWProtoInRoomState.hs	Fri Dec 14 16:05:56 2018 +0100
@@ -382,7 +382,7 @@
     where
         -- This is formatted in a way so it can parsed by engine to make it translatable
         -- Format: b<PLAYER NAME>]<MESSAGE>
-        engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "]", msg]
+        engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "]", msg, "\x20\x20"]
 
 
 handleCmd_inRoom ["BAN", banNick] = do