Removed duplicate pressure plates check

This commit is contained in:
JOO200 2020-06-25 06:53:46 +02:00 committed by wizjany
parent dbad328d0d
commit e52875bd0b

View File

@ -1300,7 +1300,6 @@ public static boolean isCrop(Material type) {
public static boolean isUseFlagApplicable(Material material) {
if (Tag.BUTTONS.isTagged(material)
|| Tag.DOORS.isTagged(material)
|| Tag.WOODEN_PRESSURE_PLATES.isTagged(material)
|| Tag.WOODEN_TRAPDOORS.isTagged(material)
|| Tag.FENCE_GATES.isTagged(material)
|| Tag.PRESSURE_PLATES.isTagged(material)