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

@ -90,7 +90,7 @@ public class Herbalism {
}
public static void greenTerraConvert(Player player, Block block) {
if (Misc.blockBreakSimulate(block, player, false)) {
if (SkillTools.blockBreakSimulate(block, player, false)) {
Material type = block.getType();
switch (type) {