Added 'pardon' as an alias in IslandUnbanCommand

This commit is contained in:
Florian CUNY 2019-02-17 21:11:51 +01:00 committed by GitHub
parent b9bc394945
commit 8e21785811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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