aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-08-11 14:03:26 +0200
committerGitHub <noreply@github.com>2024-08-11 14:03:26 +0200
commitfae0e04865eaad9111d994b7d5810c296ecae371 (patch)
tree4aebaada36aa06d10421fe713cdbe399dedaf3c2 /src/main/java/at/hannibal2/skyhanni/config
parent091b939ea277d22da7fe46eba7d2834af71463e0 (diff)
downloadskyhanni-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.java3
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;
}