Cancel interact event
This commit is contained in:
parent
1f656b5cbb
commit
ef1a3cc733
@ -44,6 +44,8 @@ public final class Events implements Listener {
|
||||
// skip if we didn't click an altar
|
||||
if (!Altar.CheckAltar(block.getLocation())) return;
|
||||
|
||||
event.setCancelled(true);
|
||||
|
||||
// cycle targets if player is sneaking, otherwise try to enact a ritual
|
||||
if (player.isSneaking()) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user