Skip to content

Commit

Permalink
finish command
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jun 29, 2024
1 parent 8895655 commit 31a67a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/me/hsgamer/bettergui/command/ReloadCommand.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package me.hsgamer.bettergui.command;

import io.github.projectunified.minelib.plugin.command.CommandComponent;
import me.hsgamer.bettergui.BetterGUI;
import me.hsgamer.bettergui.Permissions;
import me.hsgamer.bettergui.api.addon.Reloadable;
import me.hsgamer.hscore.bukkit.command.CommandManager;
import me.hsgamer.hscore.bukkit.utils.MessageUtils;
import org.bukkit.command.CommandSender;
import org.bukkit.command.defaults.BukkitCommand;
Expand Down Expand Up @@ -35,7 +35,7 @@ public boolean execute(CommandSender sender, String commandLabel, String[] args)
}
plugin.getTemplateButtonConfig().setup();
plugin.getMenuManager().loadMenuConfig();
CommandManager.syncCommand();
CommandComponent.syncCommand();
MessageUtils.sendMessage(sender, plugin.getMessageConfig().getSuccess());
return true;
}
Expand Down

0 comments on commit 31a67a5

Please # to comment.