mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-11-10 20:41:30 +01:00
Fix
This commit is contained in:
parent
7365046252
commit
788604c656
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user