Skip to content

Commit 5c09930

Browse files
committed
correct import
1 parent e367872 commit 5c09930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/hsgamer/bettergui/manager/MenuCommandManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import io.github.projectunified.minelib.plugin.base.Loadable;
44
import io.github.projectunified.minelib.plugin.command.CommandComponent;
5+
import io.github.projectunified.minelib.plugin.postenable.PostEnable;
56
import me.hsgamer.bettergui.BetterGUI;
67
import me.hsgamer.bettergui.Permissions;
7-
import me.hsgamer.bettergui.api.addon.PostEnable;
88
import me.hsgamer.bettergui.api.menu.Menu;
99
import me.hsgamer.bettergui.config.MessageConfig;
1010
import me.hsgamer.hscore.bukkit.utils.MessageUtils;
@@ -88,7 +88,7 @@ public Map<String, Command> getRegisteredMenuCommand() {
8888
}
8989

9090
@Override
91-
public void onPostEnable() {
91+
public void postEnable() {
9292
CommandComponent.syncCommand();
9393
}
9494

0 commit comments

Comments
 (0)