diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-16 13:22:10 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-16 13:22:10 +0200 |
commit | 6c13cb57483fe7aa11e45fb98f927bda49e0ba73 (patch) | |
tree | 241beb747c2ee23c18f69310359781bd228bc5c7 /src | |
parent | da105780416cca59df08475920ff894de70f29ff (diff) | |
download | skyhanni-6c13cb57483fe7aa11e45fb98f927bda49e0ba73.tar.gz skyhanni-6c13cb57483fe7aa11e45fb98f927bda49e0ba73.tar.bz2 skyhanni-6c13cb57483fe7aa11e45fb98f927bda49e0ba73.zip |
use config migration on eliteFarmingWeightOffScreenDropMessage
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index b2078e815..34d199515 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -803,7 +803,7 @@ public class GardenConfig { @ConfigOption(name = "Offscreen Drop Message", desc = "Show a chat message when joining Garden how many spots you have dropped since last Garden join.") @ConfigEditorBoolean @ConfigAccordionId(id = 11) - public boolean eliteFarmingWeightoffScreenDropMessage = true; + public boolean eliteFarmingWeightOffScreenDropMessage = true; @Expose @ConfigOption(name = "Always ETA", desc = "Show the Overtake ETA always, even when not farming at the moment.") |