Replaced IslandTeamSetownerCommand label to "setowner" instead of "setleader"

This commit is contained in:
Florian CUNY 2018-10-28 10:28:23 +01:00
parent 89700c82cc
commit 75e5d29934

View File

@ -15,7 +15,7 @@ import world.bentobox.bentobox.util.Util;
public class IslandTeamSetownerCommand extends CompositeCommand {
public IslandTeamSetownerCommand(CompositeCommand islandTeamCommand) {
super(islandTeamCommand, "setleader");
super(islandTeamCommand, "setowner");
}
@Override