mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-03-09 21:29:17 +01:00
v0.93.2 - Again...
This commit is contained in:
parent
f3131585de
commit
40fbcb058a
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user