From aadd38cde3f8f0abb9ad11b1aac273d840bfb069 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:49:20 +0200 Subject: Fixed a typo in the misc config description --- src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index b40821da0..d70671c60 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -661,7 +661,7 @@ public class MiscConfig { public boolean restorePieceOfWizardPortalLore = true; @Expose - @ConfigOption(name = "Patcher Coords Waypoint", desc = "Highlight the the coords sended form patcher.") + @ConfigOption(name = "Patcher Coords Waypoint", desc = "Highlight the coords sended form patcher.") @ConfigEditorBoolean public boolean patcherSendCoordWaypoint = false; -- cgit