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