Merge branch 'main' of github.com:PenguinOwl/QuidProQuo
This commit is contained in:
commit
01e3e2c60f
@ -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()) {
|
||||
|
||||
|
@ -5,7 +5,6 @@ import java.util.HashMap;
|
||||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.event.HandlerList;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
import org.reflections.Reflections;
|
||||
|
Loading…
x
Reference in New Issue
Block a user