2
0
isokissa3 10 жил өмнө
parent
commit
6c29da94f3

+ 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;