Skip to content

Commit

Permalink
correct that
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD authored Apr 8, 2024
1 parent ba81028 commit 1a3286e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected ItemUseHandler onUse() {
Bukkit.getScheduler().runTask(FoxyMachines.getInstance(), () -> {
loc.getBlock().setType(material);
if (Utils.isAuraSkillsLoaded()) {
AuraSkillsCompat.addPlaceBlock(loc.getBlock());
AuraSkillsCompat.addPlacedBlock(loc.getBlock());
}
});
}
Expand Down

0 comments on commit 1a3286e

Please sign in to comment.