gameServer/Actions.hs
changeset 8241 b15f165c080c
parent 8239 c9359078a2ed
child 8242 6735a8ce1946
equal deleted inserted replaced
8239:c9359078a2ed 8241:b15f165c080c
   361                 readyPlayers = 0
   361                 readyPlayers = 0
   362                 }
   362                 }
   363             )
   363             )
   364         : UnreadyRoomClients
   364         : UnreadyRoomClients
   365         : SendUpdateOnThisRoom
   365         : SendUpdateOnThisRoom
       
   366         : AnswerClients thisRoomChans ["ROUND_FINISHED"]
   366         : answerRemovedTeams
   367         : answerRemovedTeams
   367 
   368 
   368 
   369 
   369 processAction (SendTeamRemovalMessage teamName) = do
   370 processAction (SendTeamRemovalMessage teamName) = do
   370     chans <- othersChans
   371     chans <- othersChans