diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 11:49:20 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 11:49:20 +0200 |
commit | aadd38cde3f8f0abb9ad11b1aac273d840bfb069 (patch) | |
tree | 89160117ea31b860bd0e4be97b3213ca45b741eb | |
parent | 865331125f357ad60031d61cc8ec3f45bdc75df6 (diff) | |
download | skyhanni-aadd38cde3f8f0abb9ad11b1aac273d840bfb069.tar.gz skyhanni-aadd38cde3f8f0abb9ad11b1aac273d840bfb069.tar.bz2 skyhanni-aadd38cde3f8f0abb9ad11b1aac273d840bfb069.zip |
Fixed a typo in the misc config description
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |