diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 10:14:07 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 10:14:07 +0200 |
commit | a7b379611090e42bee57d14970f7700b5f6b0158 (patch) | |
tree | a162d0535f5a116909499f64a15eb0e59d8d0ccd /src/main/java/at/hannibal2/skyhanni/config | |
parent | b292fbe448ebf15c5a00c4b552579bc15c525a2d (diff) | |
download | skyhanni-a7b379611090e42bee57d14970f7700b5f6b0158.tar.gz skyhanni-a7b379611090e42bee57d14970f7700b5f6b0158.tar.bz2 skyhanni-a7b379611090e42bee57d14970f7700b5f6b0158.zip |
better tia relay name
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java index 827e63665..42fabffea 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java @@ -312,14 +312,14 @@ public class InventoryConfig { } @Expose - @ConfigOption(name = "Tia Relay", desc = "") + @ConfigOption(name = "Tia Relay Abiphone Network Maintenance", desc = "") @Accordion public TiaRelayConfig tiaRelay = new TiaRelayConfig(); public static class TiaRelayConfig { @Expose - @ConfigOption(name = "Sound Puzzle Helper", desc = "Helps with solving the sound puzzle.") + @ConfigOption(name = "Sound Puzzle Helper", desc = "Helps with solving the sound puzzle for Tia (The 9 Operator Chips to do maintainance for the Abiphone Network).") @ConfigEditorBoolean @FeatureToggle public boolean soundHelper = true; |