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