Skip to content

Commit

Permalink
Fix typo in climbableBars config option
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 30, 2019
1 parent 1ae8378 commit 0e982a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/knightminer/inspirations/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ private static void configure(Builder builder, Builder builder_override) {
.define("ropeLadder", true);

climbableIronBars = builder_override
.comment("Makes iron bars climbale if a rope is below them.")
.comment("Makes iron bars climbable if a rope is below them.")
.worldRestart()
.define("rope.climbaleBars", true);
.define("rope.climbableBars", true);

// glass door
enableGlassDoor = builder
Expand Down

0 comments on commit 0e982a8

Please sign in to comment.