--- a/gameServer/HWProtoLobbyState.hs Sat Jul 27 04:20:49 2013 +0200
+++ b/gameServer/HWProtoLobbyState.hs Thu Aug 01 23:52:54 2013 +0400
@@ -118,10 +118,7 @@
AnswerClients [sendChan cl] ["RUN_GAME"]
: AnswerClients chans ["CLIENT_FLAGS", "+g", nick cl]
: ModifyClient (\c -> c{isInGame = True})
- : (AnswerClients [sendChan cl] $ "EM" : toEngineMsg "e$spectate 1" : (reverse . roundMsgs . fromJust . gameInfo $ jRoom))
- : [AnswerClients [sendChan cl] $ "EM" : [fromJust msg] | isJust msg]
- where
- msg = lastFilteredTimedMsg . fromJust . gameInfo $ jRoom
+ : [AnswerClients [sendChan cl] $ "EM" : toEngineMsg "e$spectate 1" : (reverse . roundMsgs . fromJust . gameInfo $ jRoom)]
handleCmd_lobby ["JOIN_ROOM", roomName] =