Fix IslandDeny.java command name

This commit is contained in:
Len 2024-02-11 15:18:14 +01:00
parent 15a4ecd3af
commit dbd617523a

View File

@ -9,7 +9,7 @@ import org.bukkit.entity.Player;
public class IslandDeny extends PlayerSubCommand {
public IslandDeny(CometSkyBlockPlugin plugin) {
super(plugin, "accept");
super(plugin, "deny");
}
@Override