Skip to content

Commit f2b396c

Browse files
authored
Update SoundPhysicsConfig.java
Sorry about the last minute change.
1 parent 8a336bf commit f2b396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sonicether/soundphysics/config/SoundPhysicsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ public static class Misc {
100100
}
101101

102102
@ConfigEntry.Gui.EnumHandler(option = ConfigEntry.Gui.EnumHandler.EnumDisplayOption.DROPDOWN)
103-
@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!")
103+
@Comment("Soft presets. Some of these can be applied one after another to stack effects onto a base profile.")
104104
public ConfigPresets preset = ConfigPresets.THEDOCRUBY;
105105
}

0 commit comments

Comments
 (0)