Fix permission for BlastResistanceCommand

This commit is contained in:
2026-06-09 16:42:40 +02:00
parent 03c3d49659
commit ec9b0387c5
@@ -43,7 +43,7 @@ public class BlastResistanceCommand extends SWCommand {
} }
@Register(description = "BLASTRESISTANCE_HELP") @Register(description = "BLASTRESISTANCE_HELP")
public void command(Player player) { public void command(@Validator Player player) {
LocalSession localSession = WorldEdit.getInstance().getSessionManager().get(BukkitAdapter.adapt(player)); LocalSession localSession = WorldEdit.getInstance().getSessionManager().get(BukkitAdapter.adapt(player));
Clipboard clipboard; Clipboard clipboard;
try { try {