Fix IslandDeny.java command name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user