From 1d0643c521d052c15a77be0d55980e36bcce1892 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:48:22 +0100 Subject: Remove useless config line that had a typo (#1060) --- .../notenoughupdates/options/separatesections/SkillOverlays.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/SkillOverlays.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/SkillOverlays.java index c2c81114..6e1a87c9 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/SkillOverlays.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/SkillOverlays.java @@ -306,8 +306,7 @@ public class SkillOverlays { @Expose @ConfigOption( name = "Toggle Fishing timer", - desc = "Start or stop the timer on the fishing overlay\n" + - "Also can plays a ding customizable below" + desc = "Start or stop the timer on the fishing overlay" ) @ConfigEditorKeybind(defaultKey = Keyboard.KEY_END) @ConfigAccordionId(id = 3) -- cgit