Skip to content

Commit

Permalink
Update SoundPhysicsConfig.java
Browse files Browse the repository at this point in the history
Sorry about the last minute change.
  • Loading branch information
thedocruby authored Dec 13, 2021
1 parent 8a336bf commit f2b396c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public static class Misc {
}

@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.DROPDOWN)
@Comment("Soft presets. Some of these can be applied one after another to stack effects onto a base profile.\nSet \"Config has changed\" to true before saving!")
@Comment("Soft presets. Some of these can be applied one after another to stack effects onto a base profile.")
public ConfigPresets preset = ConfigPresets.THEDOCRUBY;
}

0 comments on commit f2b396c

Please sign in to comment.