Skip to content

Commit

Permalink
v31, Done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 8, 2024
1 parent ce7ad99 commit 651e743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/spigey/asteroide/modules/PlatformFlyModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public PlatformFlyModule() {
}
private final SettingGroup sgGeneral = settings.getDefaultGroup();
private final Setting<Boolean> allowJumping = sgGeneral.add(new BoolSetting.Builder()
.name("Ease Jumping")
.name("Ease Jumping (Buggy)")
.description("Makes getting up easier")
.defaultValue(true)
.defaultValue(false)
.build()
);
private final Setting<Boolean> allowSneaking = sgGeneral.add(new BoolSetting.Builder()
Expand Down

0 comments on commit 651e743

Please sign in to comment.