Bladeren bron

Make this constant

bm01 12 jaren geleden
bovenliggende
commit
b61410b6eb
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      src/main/java/com/gmail/nossr50/skills/woodcutting/Woodcutting.java

+ 1 - 2
src/main/java/com/gmail/nossr50/skills/woodcutting/Woodcutting.java

@@ -28,8 +28,7 @@ public abstract class Woodcutting {
     public static final int LEAF_BLOWER_UNLOCK_LEVEL = AdvancedConfig.getInstance().getLeafBlowUnlockLevel();
     public static final boolean DOUBLE_DROP_DISABLED = Config.getInstance().woodcuttingDoubleDropsDisabled();
     public static final int TREE_FELLER_THRESHOLD = Config.getInstance().getTreeFellerThreshold();
-
-    public static boolean requiresTool = Config.getInstance().getWoodcuttingRequiresTool();
+    public static final boolean REQUIRES_TOOL = Config.getInstance().getWoodcuttingRequiresTool();
 
     /**
      * Begins the Tree Feller ability