Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jul 26, 2021
1 parent 2826d69 commit e78d858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void initEvents() {

getServer().getPluginManager().registerEvents(new CrystalUseEvent(), this);
getServer().getPluginManager().registerEvents(new ItemEnchantEvent(this), this);
getServer().getPluginManager().registerEvents(new OpenInventoryEvent(this), this);
getServer().getPluginManager().registerEvents(new OpenInventoryEvent(), this);
getServer().getPluginManager().registerEvents(new AnvilPrepareEvent(), this);

EnchantCrystalsUtils.sendConsole(PREFIX + "&bLoaded Events &e(took " + (System.currentTimeMillis() - STARTED) + "ms)");
Expand Down

0 comments on commit e78d858

Please sign in to comment.