forked from SteamWar/SteamWar
Fix permission for BlastResistanceCommand
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user