Update HopperListeners.java

This commit is contained in:
Brianna O'Keefe 2019-02-23 17:21:37 +00:00
parent d6830ac3e7
commit 516ca5c560

View File

@ -42,8 +42,6 @@ public class HopperListeners implements Listener {
hopper.addLinkedBlock(event.getDestination().getLocation());
event.setCancelled(true);
event.setCancelled(true);
} catch (Exception ee) {
Debugger.runReport(ee);
}