Remove duped command.

This commit is contained in:
Brianna 2020-01-29 12:08:49 -05:00
parent d4ca58b6bf
commit 3b3f2f7ae2

View File

@ -73,8 +73,7 @@ public class UltimateRepairing extends SongodaPlugin {
this.commandManager.addCommand(new CommandUltimateRepairing())
.addSubCommands(
new CommandReload(),
new CommandSettings(guiManager),
new CommandURAnvil());
new CommandSettings(guiManager));
this.commandManager.addCommand(new CommandURAnvil());
Bukkit.getScheduler().runTaskLaterAsynchronously(this, () -> {