Add IslandExpelCommand.

This commit is contained in:
BONNe 2019-03-28 23:37:16 +02:00
parent f026891bda
commit 989b3fc65c

View File

@ -44,6 +44,10 @@ public class IslandCommand extends CompositeCommand {
new IslandBanCommand(this);
new IslandUnbanCommand(this);
new IslandBanlistCommand(this);
// Expel command
new IslandExpelCommand(this);
// Team commands
new IslandTeamCommand(this);
}