Skip to content

Commit

Permalink
refactor: remove commodore leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed May 30, 2024
1 parent ac4b436 commit c0b14e0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package net.william278.huskhomes.command;

import me.lucko.commodore.CommodoreProvider;
import net.william278.huskhomes.BukkitHuskHomes;
import net.william278.huskhomes.HuskHomes;
import net.william278.huskhomes.teleport.TeleportRequest;
Expand Down Expand Up @@ -94,11 +93,6 @@ public void register() {
childNodes.toArray(new Permission[0])
);
}

// Register commodore TAB completion
if (CommodoreProvider.isSupported() && plugin.getSettings().getGeneral().isBrigadierTabCompletion()) {
BrigadierUtil.registerCommodore(plugin, this, command);
}
}

@Nullable
Expand Down

0 comments on commit c0b14e0

Please sign in to comment.