Skip to content

Commit bd2ae9f

Browse files
committed
Register LinkCommand
1 parent 4e15148 commit bd2ae9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

multiworld-bukkit/src/main/java/com/dev7ex/multiworld/command/WorldCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public WorldCommand(final MultiWorldPlugin plugin) {
3737
super.registerSubCommand(new HelpCommand(plugin));
3838
super.registerSubCommand(new ImportCommand(plugin));
3939
super.registerSubCommand(new InfoCommand(plugin));
40+
super.registerSubCommand(new LinkCommand(plugin));
4041
super.registerSubCommand(new ListCommand(plugin));
4142
super.registerSubCommand(new LoadCommand(plugin));
4243
super.registerSubCommand(new ReloadCommand(plugin));

0 commit comments

Comments
 (0)