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 class IslandDeny extends PlayerSubCommand {
|
||||||
|
|
||||||
public IslandDeny(CometSkyBlockPlugin plugin) {
|
public IslandDeny(CometSkyBlockPlugin plugin) {
|
||||||
super(plugin, "accept");
|
super(plugin, "deny");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user