gameServer/HWProtoInRoomState.hs
changeset 8757 266df6d5ed73
parent 8627 ea2d32a03ac9
child 8833 c13ebed437cb
child 8897 d6c310c65c91
--- a/gameServer/HWProtoInRoomState.hs	Tue Mar 19 22:47:22 2013 -0400
+++ b/gameServer/HWProtoInRoomState.hs	Wed Mar 20 09:13:05 2013 +0400
@@ -336,7 +336,7 @@
     chans <- roomSameClanChans
     return [AnswerClients chans ["EM", engineMsg cl]]
     where
-        engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "(team): ", msg, "\x20\x20"]
+        engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, " (team): ", msg, "\x20\x20"]
 
 
 handleCmd_inRoom ["BAN", banNick] = do