isokissa3 пре 10 година
родитељ
комит
6c29da94f3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/main/java/com/gmail/nossr50/listeners/BlockListener.java

+ 2 - 2
src/main/java/com/gmail/nossr50/listeners/BlockListener.java

@@ -94,9 +94,9 @@ public class BlockListener implements Listener {
      */
     @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
     public void onBlockPistonRetract(BlockPistonRetractEvent event) {
-        if (!EventUtils.shouldProcessEvent(event.getBlock(), false)) {
+        /*if (!EventUtils.shouldProcessEvent(event.getBlock(), false)) {
             return;
-        }
+        }*/
 
         if (!event.isSticky()) {
             return;