gameServer/HWProtoLobbyState.hs
changeset 9381 90f9d8046a86
parent 9304 3f4c3fc146c2
child 9448 04e0acfa7c2c
--- 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] =