gameServer/HWProtoInRoomState.hs
changeset 8416 e691acd778f5
parent 8403 fbc6e7602e05
child 8418 4543cc2049af
--- a/gameServer/HWProtoInRoomState.hs	Mon Jan 21 00:30:18 2013 -0500
+++ b/gameServer/HWProtoInRoomState.hs	Mon Jan 21 02:21:04 2013 -0500
@@ -185,7 +185,7 @@
     let nicks = map (nick . client rnc) . roomClients rnc $ clientRoom rnc ci
     let allPlayersRegistered = all ((<) 0 . B.length . webPassword . client rnc . teamownerId) $ teams rm
 
-    if isMaster cl && playersIn rm == readyPlayers rm && not (isJust $ gameInfo rm) then
+    if isMaster cl && not (isJust $ gameInfo rm) then
         if enoughClans rm then
             return [
                 ModifyRoom