mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fix for Issue #103
This commit is contained in:
parent
6cfd81faf9
commit
0b30920edd
@ -193,10 +193,11 @@ public class WoodCutting
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(block.getTypeId() == 17)
|
if(block.getTypeId() == 17)
|
||||||
|
{
|
||||||
WoodCutting.woodCuttingProcCheck(player, block);
|
WoodCutting.woodCuttingProcCheck(player, block);
|
||||||
|
PP.addXP(SkillType.WOODCUTTING, xp, player);
|
||||||
PP.addXP(SkillType.WOODCUTTING, xp, player);
|
Skills.XpCheckSkill(SkillType.WOODCUTTING, player);
|
||||||
Skills.XpCheckSkill(SkillType.WOODCUTTING, player);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void leafBlower(Player player, Block block){
|
public static void leafBlower(Player player, Block block){
|
||||||
|
Loading…
Reference in New Issue
Block a user