Skip to content

Commit 31a67a5

Browse files
committed
finish command
1 parent 8895655 commit 31a67a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/me/hsgamer/bettergui/command/ReloadCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package me.hsgamer.bettergui.command;
22

3+
import io.github.projectunified.minelib.plugin.command.CommandComponent;
34
import me.hsgamer.bettergui.BetterGUI;
45
import me.hsgamer.bettergui.Permissions;
56
import me.hsgamer.bettergui.api.addon.Reloadable;
6-
import me.hsgamer.hscore.bukkit.command.CommandManager;
77
import me.hsgamer.hscore.bukkit.utils.MessageUtils;
88
import org.bukkit.command.CommandSender;
99
import org.bukkit.command.defaults.BukkitCommand;
@@ -35,7 +35,7 @@ public boolean execute(CommandSender sender, String commandLabel, String[] args)
3535
}
3636
plugin.getTemplateButtonConfig().setup();
3737
plugin.getMenuManager().loadMenuConfig();
38-
CommandManager.syncCommand();
38+
CommandComponent.syncCommand();
3939
MessageUtils.sendMessage(sender, plugin.getMessageConfig().getSuccess());
4040
return true;
4141
}

0 commit comments

Comments
 (0)