Load ResetnameCommand before SethomeCommand

just because it looks nicer in the /is help 😛
This commit is contained in:
Florian CUNY 2018-01-03 21:16:25 +01:00
parent 351dfac3cd
commit c28853e301

View File

@ -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);
}