Merge branch 'main' of https://github.com/Lucanius69/BedWars
This commit is contained in:
@ -7,6 +7,7 @@ import lombok.Setter;
|
||||
import rip.tilly.bedwars.generators.Generator;
|
||||
import rip.tilly.bedwars.utils.CustomLocation;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Getter
|
||||
@ -38,10 +39,6 @@ public class Arena {
|
||||
private int deadZone;
|
||||
private int buildMax;
|
||||
|
||||
// private List<Generator> playerGenerators;
|
||||
// private List<Generator> diamondGenerators;
|
||||
// private List<Generator> emeraldGenerators;
|
||||
|
||||
private boolean enabled;
|
||||
|
||||
public CopiedArena getAvailableArena() {
|
||||
|
Reference in New Issue
Block a user