mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-29 05:55:51 +01:00
Remove duped command.
This commit is contained in:
parent
d4ca58b6bf
commit
3b3f2f7ae2
@ -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, () -> {
|
||||
|
Loading…
Reference in New Issue
Block a user