diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 14:26:38 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-07 14:26:38 +0200 |
commit | 8e5d96391fd814ba68212833e5634abfcf5e036d (patch) | |
tree | d24df3c7b2fbdea957b8bbc1fbae919925704ff8 /src | |
parent | ccb9eaecc98ed806df0951c33de8b7c37d8c500b (diff) | |
download | skyhanni-8e5d96391fd814ba68212833e5634abfcf5e036d.tar.gz skyhanni-8e5d96391fd814ba68212833e5634abfcf5e036d.tar.bz2 skyhanni-8e5d96391fd814ba68212833e5634abfcf5e036d.zip |
F nea
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 3830f175b..a610316b5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -1049,6 +1049,7 @@ public class MiscConfig { @ConfigOption(name = "Enable Active Player Timer", desc = "Show a HUD telling you how much longer you have to wait to be eligible for another free ticket") @Expose @ConfigEditorBoolean + @FeatureToggle public boolean enableActiveTimer = true; @Expose |