diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-08-11 14:03:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-11 14:03:26 +0200 |
commit | fae0e04865eaad9111d994b7d5810c296ecae371 (patch) | |
tree | 4aebaada36aa06d10421fe713cdbe399dedaf3c2 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 091b939ea277d22da7fe46eba7d2834af71463e0 (diff) | |
download | skyhanni-fae0e04865eaad9111d994b7d5810c296ecae371.tar.gz skyhanni-fae0e04865eaad9111d994b7d5810c296ecae371.tar.bz2 skyhanni-fae0e04865eaad9111d994b7d5810c296ecae371.zip |
Backend: Add Minister to MayorAPI (#2313)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java index a704efc42..5621d7571 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java @@ -16,8 +16,7 @@ public class MayorConfig { public boolean showTimeTillNextMayor = true; @Expose - // TODO: Same Toggle toggles ministers - @ConfigOption(name = "Show Extra Mayor", desc = "Show the Perkpocalypse Mayor without their perks.") + @ConfigOption(name = "Show Extra Mayor", desc = "Show the Perkpocalypse Mayor without their perks and the minister with their perk.") @ConfigEditorBoolean public boolean showExtraMayor = true; } |