diff options
author | Walker Selby <git@walkerselby.com> | 2023-11-30 21:04:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 22:04:20 +0100 |
commit | e130fb235af353604accd5a7ae8e66d29b0a1a0c (patch) | |
tree | 4c3ff9e7793de132f21b9d629dc1ce94282e5700 | |
parent | f8f41350364ca698dba6eea0e7682abfd8b06cc0 (diff) | |
download | skyhanni-e130fb235af353604accd5a7ae8e66d29b0a1a0c.tar.gz skyhanni-e130fb235af353604accd5a7ae8e66d29b0a1a0c.tar.bz2 skyhanni-e130fb235af353604accd5a7ae8e66d29b0a1a0c.zip |
Fix spacing issue (#745)
Fixed config typo. #745
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/winter/UniqueGiftConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/winter/UniqueGiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/winter/UniqueGiftConfig.java index 0dd3353ee..5ccc823c5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/winter/UniqueGiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/winter/UniqueGiftConfig.java @@ -9,7 +9,7 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class UniqueGiftConfig { @Expose @ConfigOption(name = "Enabled", desc = "Show in a display how many unique players you have given gifts to in the winter 2023 event." + - "Open §e/opengenerowmenu §7to sync up!") + " Open §e/opengenerowmenu §7to sync up!") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; |