SkillTools, not Misc

This commit is contained in:
GJ
2013-02-18 10:32:29 -05:00
parent add4bc24df
commit 671be42472
6 changed files with 42 additions and 42 deletions

View File

@ -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?
}