More flags changed

This commit is contained in:
Joseph Prezioso Jr 2016-03-24 17:52:02 -04:00
parent 0246ec275e
commit eb6c385936
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public abstract class Game implements Listener
public GameOptionHashInt BlockPlaceAllow = new GameOptionHashInt(new HashSet<Integer>(), "Block Place Allow", "Set of blocks players can place");
public GameOptionHashInt BlockPlaceDeny = new GameOptionHashInt(new HashSet<Integer>(), "Block Place Deny", "Set of blocks players cannot place");
public boolean ItemPickup = false;
public GameOptionBoolean ItemPickup = new GameOptionBoolean(false, "Item Pickup", "Are there items to pickup?");
public HashSet<Integer> ItemPickupAllow = new HashSet<Integer>();
public HashSet<Integer> ItemPickupDeny = new HashSet<Integer>();