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

Binary file not shown.

View File

@ -129,7 +129,7 @@ public class Arena
public boolean startArena()
{
// Sanity-checks
if (running || lobbyPlayers.isEmpty() || !lobbyPlayers.equals(readyPlayers))
if (running || lobbyPlayers.isEmpty() || !lobbyPlayers.containsAll(readyPlayers))
return false;
if (!softRestore && forceRestore && !serializeRegion())
return false;