mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
Removed item drop blacklist.
This commit is contained in:
parent
0934a12205
commit
c369b3c62a
@ -64,7 +64,6 @@ public class WorldGuardPlugin extends JavaPlugin {
|
||||
|
||||
boolean enforceOneSession;
|
||||
boolean itemDurability;
|
||||
Set<Integer> itemDropBlacklist;
|
||||
|
||||
boolean classicWater;
|
||||
boolean simulateSponge;
|
||||
@ -151,7 +150,6 @@ public void loadConfiguration() {
|
||||
|
||||
enforceOneSession = config.getBoolean("protection.enforce-single-session", true);
|
||||
itemDurability = config.getBoolean("protection.item-durability", true);
|
||||
itemDropBlacklist = new HashSet<Integer>(config.getIntList("protection.item-drop-blacklist", null));
|
||||
|
||||
classicWater = config.getBoolean("simulation.classic-water", false);
|
||||
simulateSponge = config.getBoolean("simulation.sponge.enable", true);
|
||||
|
Loading…
Reference in New Issue
Block a user