aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorBrady <thatgravyboat@gmail.com>2024-04-23 10:03:24 -0230
committerGitHub <noreply@github.com>2024-04-23 14:33:24 +0200
commitd12548c5f8235fec8b9563adb25f052c9b678874 (patch)
treeae732016323b1637003ecbc047b128f8b605beb2 /src/main/java/at/hannibal2/skyhanni/config
parent2c08c30523ece6190e301742b780fb85e6979077 (diff)
downloadskyhanni-d12548c5f8235fec8b9563adb25f052c9b678874.tar.gz
skyhanni-d12548c5f8235fec8b9563adb25f052c9b678874.tar.bz2
skyhanni-d12548c5f8235fec8b9563adb25f052c9b678874.zip
Backend: Add ContributorManager (#1519)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/misc/compacttablist/AdvancedPlayerListConfig.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/misc/compacttablist/AdvancedPlayerListConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/misc/compacttablist/AdvancedPlayerListConfig.java
index be8cfe340..a7652967e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/misc/compacttablist/AdvancedPlayerListConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/misc/compacttablist/AdvancedPlayerListConfig.java
@@ -94,13 +94,4 @@ public class AdvancedPlayerListConfig {
@ConfigOption(name = "Mark Special Persons", desc = "Show special icons behind the name of guild members, party members, friends, and marked players.")
@ConfigEditorBoolean
public boolean markSpecialPersons = false;
-
- @Expose
- @ConfigOption(
- name = "Mark SkyHanni Devs",
- desc = "Adds a §c:O §7behind the tablist name of §cSkyHanni's contributors§7. " +
- "§eThose are the folks that coded the mod for you for free :)"
- )
- @ConfigEditorBoolean
- public boolean markSkyHanniDevs = true;
}