mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
fixing the compiling errors frok Oaks PR
This commit is contained in:
parent
6be1319927
commit
6e5feced2f
@ -95,11 +95,11 @@ public enum SubSkillType {
|
|||||||
|
|
||||||
/* Woodcutting */
|
/* Woodcutting */
|
||||||
WOODCUTTING_BARK_SURGEON(3),
|
WOODCUTTING_BARK_SURGEON(3),
|
||||||
WOODCUTTING_HARVEST_LUMBER(1);
|
WOODCUTTING_HARVEST_LUMBER(1),
|
||||||
WOODCUTTING_LEAF_BLOWER(3),
|
WOODCUTTING_LEAF_BLOWER(3),
|
||||||
WOODCUTTING_NATURES_BOUNTY(3),
|
WOODCUTTING_NATURES_BOUNTY(3),
|
||||||
WOODCUTTING_SPLINTER(3),
|
WOODCUTTING_SPLINTER(3),
|
||||||
WOODCUTTING_TREE_FELLER(5),
|
WOODCUTTING_TREE_FELLER(5);
|
||||||
|
|
||||||
private final int numRanks;
|
private final int numRanks;
|
||||||
//TODO: SuperAbilityType should also contain flags for active by default? Not sure if it should work that way.
|
//TODO: SuperAbilityType should also contain flags for active by default? Not sure if it should work that way.
|
||||||
|
Loading…
Reference in New Issue
Block a user