From f2b396ca598e6390b775f45b401543a7a6a44f67 Mon Sep 17 00:00:00 2001 From: "Dr. Rubisco" <76263371+thedocruby@users.noreply.github.com> Date: Sun, 12 Dec 2021 22:21:36 -0500 Subject: [PATCH] Update SoundPhysicsConfig.java Sorry about the last minute change. --- .../com/sonicether/soundphysics/config/SoundPhysicsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sonicether/soundphysics/config/SoundPhysicsConfig.java b/src/main/java/com/sonicether/soundphysics/config/SoundPhysicsConfig.java index d02de0d2..85790cce 100644 --- a/src/main/java/com/sonicether/soundphysics/config/SoundPhysicsConfig.java +++ b/src/main/java/com/sonicether/soundphysics/config/SoundPhysicsConfig.java @@ -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; }