v0.93.2 - Again...

This commit is contained in:
Andreas Troelsen
2011-07-18 15:14:42 +02:00
parent f3131585de
commit 40fbcb058a
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -129,7 +129,7 @@ public class Arena
public boolean startArena() public boolean startArena()
{ {
// Sanity-checks // Sanity-checks
if (running || lobbyPlayers.isEmpty() || !lobbyPlayers.equals(readyPlayers)) if (running || lobbyPlayers.isEmpty() || !lobbyPlayers.containsAll(readyPlayers))
return false; return false;
if (!softRestore && forceRestore && !serializeRegion()) if (!softRestore && forceRestore && !serializeRegion())
return false; return false;