Skip to content

Commit

Permalink
fix baubles config value
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Sep 15, 2020
1 parent 4d81dc3 commit 5b7f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cech12/usefulhats/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class Config {

BAUBLES_ENABLED.configObj = common
.comment("Whether or not hats from this mod should be placeable in Baubles head slots.")
.define("curiosEnabled", BAUBLES_ENABLED.getDefaultValue());
.define("baublesEnabled", BAUBLES_ENABLED.getDefaultValue());
CURIOS_ENABLED.configObj = common
.comment("Whether or not hats from this mod should be placeable in Curios head slots.")
.define("curiosEnabled", CURIOS_ENABLED.getDefaultValue());
Expand Down

0 comments on commit 5b7f814

Please sign in to comment.