Bridge: Prevent hoppers being crafted to prevent abuse

This commit is contained in:
libraryaddict 2015-04-13 14:38:32 +12:00
parent c36c800bb5
commit e0b0975195

View File

@ -1191,7 +1191,7 @@ public class Bridge extends TeamGame implements OreObsfucation
if (type != Material.GOLDEN_APPLE &&
type != Material.GOLDEN_CARROT &&
type != Material.FLINT_AND_STEEL)
type != Material.FLINT_AND_STEEL && type != Material.HOPPER)
return;
if (!(event.getInventory() instanceof CraftingInventory))