mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-26 02:57:59 +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 IslandUnbanCommand(CompositeCommand islandCommand) {
|
||||
super(islandCommand, "unban");
|
||||
super(islandCommand, "unban", "pardon");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user