Cancel interact event

This commit is contained in:
Edith Boles 2021-10-04 17:22:31 -07:00
parent 1f656b5cbb
commit ef1a3cc733

View File

@ -44,6 +44,8 @@ public final class Events implements Listener {
// skip if we didn't click an altar // skip if we didn't click an altar
if (!Altar.CheckAltar(block.getLocation())) return; if (!Altar.CheckAltar(block.getLocation())) return;
event.setCancelled(true);
// cycle targets if player is sneaking, otherwise try to enact a ritual // cycle targets if player is sneaking, otherwise try to enact a ritual
if (player.isSneaking()) { if (player.isSneaking()) {