--- 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