That's not the right function...

This commit is contained in:
GJ 2013-02-25 09:59:35 -05:00
parent 2373ca82ba
commit 26c2134484

View File

@ -365,7 +365,7 @@ public class PlayerListener implements Listener {
/* SHROOM THUMB CHECK */
else if (BlockChecks.canMakeShroomy(blockState)) {
if (Herbalism.processGreenThumbBlocks(blockState, player) && SkillTools.blockBreakSimulate(block, player, false)) {
if (Herbalism.processShroomThumb(blockState, player) && SkillTools.blockBreakSimulate(block, player, false)) {
blockState.update(true);
}
}