can no logner break levers and other usables in SG

This commit is contained in:
Cheese 2015-04-04 16:12:33 +11:00
parent db1a3afa19
commit 93abca0c01
1 changed files with 0 additions and 14 deletions

View File

@ -246,20 +246,6 @@ public class SurvivalGames extends SoloGame
BlockBreakAllow.add(Material.WEB.getId()); // Web BlockBreakAllow.add(Material.WEB.getId()); // Web
BlockPlaceAllow.add(Material.WEB.getId()); BlockPlaceAllow.add(Material.WEB.getId());
BlockBreakAllow.add(Material.TRIPWIRE.getId()); // Tripwire
BlockPlaceAllow.add(Material.TRIPWIRE.getId());
BlockBreakAllow.add(Material.TRIPWIRE_HOOK.getId()); // Wire Hook
BlockPlaceAllow.add(Material.TRIPWIRE_HOOK.getId());
BlockBreakAllow.add(Material.REDSTONE_WIRE.getId()); // Redstone Dust
BlockPlaceAllow.add(Material.REDSTONE_WIRE.getId());
BlockBreakAllow.add(Material.WOOD_PLATE.getId()); // Wood Pressure Plate
BlockPlaceAllow.add(Material.WOOD_PLATE.getId());
BlockBreakAllow.add(Material.LEVER.getId()); // Lever
BlockPlaceAllow.add(Material.LEVER.getId());
BlockBreakAllow.add(Material.LEAVES.getId()); // Leaves BlockBreakAllow.add(Material.LEAVES.getId()); // Leaves
BlockBreakAllow.add(Material.LEAVES_2.getId()); // Leaves BlockBreakAllow.add(Material.LEAVES_2.getId()); // Leaves