--- a/gameServer/HWProtoInRoomState.hs Sat Mar 07 17:42:54 2009 +0000
+++ b/gameServer/HWProtoInRoomState.hs Sat Mar 07 17:43:25 2009 +0000
@@ -152,9 +152,9 @@
enoughClans = not $ null $ drop 1 $ group $ map teamcolor $ teams room
-handleCmd_inRoom _ _ rooms ["GAMEMSG", msg] =
+handleCmd_inRoom _ _ rooms ["EM", msg] =
[ModifyRoom (\r -> r{roundMsgs = roundMsgs r |> msg}),
- AnswerOthersInRoom ["GAMEMSG", msg]]
+ AnswerOthersInRoom ["EM", msg]]
handleCmd_inRoom clID clients rooms ["ROUNDFINISHED"] =