diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-13 23:06:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 23:06:32 +0200 |
commit | 587279de1d320acb3c4093de9384ef07786be553 (patch) | |
tree | 2d85064338ec64f78ccec1cca8cd80121ca8de1d /src | |
parent | 094facaa29264f78aad2096ce386411ade8e8e6a (diff) | |
download | skyhanni-587279de1d320acb3c4093de9384ef07786be553.tar.gz skyhanni-587279de1d320acb3c4093de9384ef07786be553.tar.bz2 skyhanni-587279de1d320acb3c4093de9384ef07786be553.zip |
Made "Mirrorverse" spelled uniformly like Hypixel does (#476)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index fa099ad29..bfa351fbd 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -250,7 +250,7 @@ public class RiftConfig { } } - @ConfigOption(name = "Mirror Verse", desc = "") + @ConfigOption(name = "Mirrorverse", desc = "") @Accordion @Expose public MirrorVerse mirrorVerseConfig = new MirrorVerse(); @@ -265,7 +265,7 @@ public class RiftConfig { public static class LavaMazeConfig { @Expose - @ConfigOption(name = "Enabled", desc = "Helps solving the lava maze in the mirror verse by showing the correct way.") + @ConfigOption(name = "Enabled", desc = "Helps solving the lava maze in the Mirrorverse by showing the correct way.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @@ -301,7 +301,7 @@ public class RiftConfig { public static class UpsideDownParkour { @Expose - @ConfigOption(name = "Enabled", desc = "Helps solving the upside down parkour in the mirror verse by showing the correct way.") + @ConfigOption(name = "Enabled", desc = "Helps solving the upside down parkour in the Mirrorverse by showing the correct way.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; @@ -342,7 +342,7 @@ public class RiftConfig { public static class DanceRoomHelper { @Expose - @ConfigOption(name = "Enabled", desc = "Helps to solve the dance room in the mirror verse by showing multiple tasks at once.") + @ConfigOption(name = "Enabled", desc = "Helps to solve the dance room in the Mirrorverse by showing multiple tasks at once.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = false; |