diff -r fea1613ae91f -r 30748b1d9ec7 gameServer/Actions.hs --- a/gameServer/Actions.hs Thu Aug 29 12:02:16 2013 +0400 +++ b/gameServer/Actions.hs Thu Aug 29 12:12:19 2013 +0400 @@ -681,7 +681,7 @@ when (not . null $ l) $ mapM_ processAction [ AnswerClients [c] ("REPLAY" : l) - , ModifyClient $ \c -> c{checkInfo = cinfo} + , ModifyClient $ \c -> c{checkInfo = cinfo, isReady = False} ]