mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-03 22:58:46 +01:00
SkillTools, not Misc
This commit is contained in:
@@ -171,7 +171,7 @@ public final class TreeFeller {
|
||||
int xp = 0;
|
||||
|
||||
for (Block block : treeFellerBlocks) {
|
||||
if (!Misc.blockBreakSimulate(block, mcMMOPlayer.getPlayer(), true)) {
|
||||
if (!SkillTools.blockBreakSimulate(block, mcMMOPlayer.getPlayer(), true)) {
|
||||
break; // TODO: Shouldn't we use continue instead?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user