This commit is contained in:
Brianna O'Keefe 2018-09-12 13:49:46 -04:00
parent 7365046252
commit 788604c656
1 changed files with 1 additions and 1 deletions

View File

@ -26,9 +26,9 @@ public class InteractListeners implements Listener {
@EventHandler
public void onBlockInteract(PlayerInteractEvent e) {
if (e.getAction() != Action.RIGHT_CLICK_BLOCK) {
instance.bust(e.getClickedBlock().getLocation());
e.setCancelled(true);
return;
}