diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-10 00:05:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 00:05:22 +0100 |
commit | a1c2ef575ea8fc67a280ce99ab443a32692b39a6 (patch) | |
tree | 854c1d235c818db8d7ad313399febaa9c9a22aa3 /src/main/java/at/hannibal2/skyhanni | |
parent | 1f03f5d0f1f368f809e009fe62f8631682c70ed6 (diff) | |
download | skyhanni-a1c2ef575ea8fc67a280ce99ab443a32692b39a6.tar.gz skyhanni-a1c2ef575ea8fc67a280ce99ab443a32692b39a6.tar.bz2 skyhanni-a1c2ef575ea8fc67a280ce99ab443a32692b39a6.zip |
Fix: minion hopper profit and /shdefaultoptions (#1130)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/minion/MinionsConfig.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/minion/MinionsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/minion/MinionsConfig.java index 6d45c4400..5535e9ee2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/minion/MinionsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/minion/MinionsConfig.java @@ -33,6 +33,7 @@ public class MinionsConfig { @Expose @ConfigOption(name = "Hopper Profit Display", desc = "Use the hopper's held coins and the last empty time to calculate the coins per day.") @ConfigEditorBoolean + @FeatureToggle public boolean hopperProfitDisplay = true; @Expose |