gameServer/HWProtoInRoomState.hs
changeset 13970 f791c46b47a4
parent 13846 d8e606cf8ff5
child 13991 4ae01eabf611
--- a/gameServer/HWProtoInRoomState.hs	Thu Oct 25 18:35:35 2018 +0200
+++ b/gameServer/HWProtoInRoomState.hs	Thu Oct 25 18:54:24 2018 +0200
@@ -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, "\x20\x20"]
+        engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "]", msg]
 
 
 handleCmd_inRoom ["BAN", banNick] = do