mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 04:35:43 +01:00
Load ResetnameCommand before SethomeCommand
just because it looks nicer in the /is help 😛
This commit is contained in:
parent
351dfac3cd
commit
c28853e301
@ -35,8 +35,8 @@ public class IslandCommand extends CompositeCommand {
|
||||
new IslandGoCommand(this);
|
||||
new IslandResetCommand(this);
|
||||
new IslandSetnameCommand(this);
|
||||
new IslandSethomeCommand(this);
|
||||
new IslandResetnameCommand(this);
|
||||
new IslandSethomeCommand(this);
|
||||
// Team commands
|
||||
new IslandTeamCommand(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user