1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-03 10:16:23 +02:00

fixing the compiling errors frok Oaks PR

This commit is contained in:
nossr50 2019-01-23 13:57:19 -08:00
parent 6be1319927
commit 6e5feced2f

@ -95,11 +95,11 @@ public enum SubSkillType {
/* Woodcutting */
WOODCUTTING_BARK_SURGEON(3),
WOODCUTTING_HARVEST_LUMBER(1);
WOODCUTTING_HARVEST_LUMBER(1),
WOODCUTTING_LEAF_BLOWER(3),
WOODCUTTING_NATURES_BOUNTY(3),
WOODCUTTING_SPLINTER(3),
WOODCUTTING_TREE_FELLER(5),
WOODCUTTING_TREE_FELLER(5);
private final int numRanks;
//TODO: SuperAbilityType should also contain flags for active by default? Not sure if it should work that way.