Skip to content

Commit

Permalink
Merge pull request #58 from HibiscusMC/fix_looty
Browse files Browse the repository at this point in the history
add missing hook initializer for Looty
  • Loading branch information
LoJoSho authored Feb 13, 2023
2 parents e7fd3ac + 970ca82 commit fd50cd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class Hooks {
private static HashMap<String, Hook> hooks = new HashMap<>();
private static HookOraxen ORAXEN_HOOK = new HookOraxen();
private static HookItemAdder ITEMADDER_HOOK = new HookItemAdder();
private static HookLooty LOOTY_HOOK = new HookLooty();
private static HookMythic MYTHIC_HOOK = new HookMythic();
private static HookHMCCosmetics HMCCOSMETIC_HOOK = new HookHMCCosmetics();
private static HookPlaceholderAPI PAPI_HOOK = new HookPlaceholderAPI();
Expand Down

0 comments on commit fd50cd0

Please sign in to comment.