Skip to content

Commit

Permalink
构建站构建
Browse files Browse the repository at this point in the history
  • Loading branch information
CTimet committed Oct 3, 2022
1 parent c29f719 commit 17b7f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/github/ctimet/specialbekt/BektMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void onEnable() {
BItemGroup.register();
BItems.registerItems();
StickData.init();
//20221003
Bukkit.getPluginManager().registerEvents(new MachineProtectListener(), this);
if (cfg.getBoolean("options.auto-register"))
Bukkit.getPluginManager().registerEvents(new AutoRegisterListener(), this);
Expand Down

0 comments on commit 17b7f1e

Please sign in to comment.