mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Replaced IslandTeamSetownerCommand label to "setowner" instead of "setleader"
This commit is contained in:
parent
89700c82cc
commit
75e5d29934
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user