mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-13 19:51:27 +01:00
Added 'pardon' as an alias in IslandUnbanCommand
This commit is contained in:
parent
b9bc394945
commit
8e21785811
@ -16,7 +16,7 @@ import world.bentobox.bentobox.util.Util;
|
|||||||
public class IslandUnbanCommand extends CompositeCommand {
|
public class IslandUnbanCommand extends CompositeCommand {
|
||||||
|
|
||||||
public IslandUnbanCommand(CompositeCommand islandCommand) {
|
public IslandUnbanCommand(CompositeCommand islandCommand) {
|
||||||
super(islandCommand, "unban");
|
super(islandCommand, "unban", "pardon");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user