diff -r fc39fe044a4f -r ec41194d4444 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Tue Jan 22 00:04:09 2013 +0400 +++ b/gameServer/HWProtoInRoomState.hs Tue Jan 22 00:24:44 2013 +0400 @@ -234,10 +234,7 @@ if isInGame cl then if isJust $ gameInfo rm then - if (isMaster cl && isCorrect) then - return $ FinishGame : unsetInGameState - else - return $ unsetInGameState ++ map SendTeamRemovalMessage clTeams + return $ unsetInGameState ++ map SendTeamRemovalMessage clTeams else return unsetInGameState else