Skip to content

Commit

Permalink
Update AntiGriefLib.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-MoMi committed Mar 24, 2024
1 parent ed6cd36 commit 113ba24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void detectSupportedPlugins() {
registerNewCompatibility(new GriefDefenderComp(plugin));
}
if (manager.getPlugin("HuskClaims") != null) {
registerNewCompatibility(new GriefDefenderComp(plugin));
registerNewCompatibility(new HuskClaimsComp(plugin));
}
if (manager.getPlugin("BentoBox") != null) {
registerNewCompatibility(new BentoBoxComp(plugin));
Expand Down

0 comments on commit 113ba24

Please sign in to comment.