# HG changeset patch # User unc0rr # Date 1332604626 -14400 # Node ID ed63275e02b703fc0fdaa512acd4184c7a3dba83 # Parent 21928ae7c74b4237f50aa433891e117c4b4496a9 Fix server thinking game is still not finished sometimes diff -r 21928ae7c74b -r ed63275e02b7 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Sat Mar 24 16:46:56 2012 +0100 +++ b/gameServer/HWProtoInRoomState.hs Sat Mar 24 19:57:06 2012 +0400 @@ -214,10 +214,7 @@ if isJust $ gameInfo rm then if (isMaster cl && isCorrect) then return [FinishGame] - else if not isCorrect then - return $ map SendTeamRemovalMessage clTeams - else - return [] + else return $ map SendTeamRemovalMessage clTeams else return [] where