diff -r 6b074de32bea -r 351f970c60e1 gameServer/Actions.hs --- a/gameServer/Actions.hs Fri Nov 02 00:09:40 2012 +0400 +++ b/gameServer/Actions.hs Fri Nov 02 10:07:30 2012 +0400 @@ -327,7 +327,8 @@ ri <- io $ clientRoomM rnc clId rm <- io $ room'sM rnc id ri chans <- liftM (map sendChan) $! sameProtoClientsS proto - processAction $ AnswerClients chans ("ROOM" : "UPD" : name rm : roomInfo (name rm) rm) + n <- client's nick + processAction $ AnswerClients chans ("ROOM" : "UPD" : name rm : roomInfo n rm) processAction UnreadyRoomClients = do