diff options
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; |