gameServer/HWProtoInRoomState.hs
changeset 8422 ec41194d4444
parent 8421 fc39fe044a4f
child 8428 73ab5a17ee55
--- 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