Skip to content

Commit 6e2f3fb

Browse files
committed
chore: clear unused code
1 parent b56bcc7 commit 6e2f3fb

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ tasks.shadowJar {
165165

166166
val basePackage = "${project.group}.${project.name.lowercase(Locale.US)}"
167167
relocate("com.jagrosh.discordipc", "${basePackage}.discordipc")
168-
// relocate("net.hypixel.modapi", "${basePackage}.modapi")
169168
relocate("moe.nea.libautoupdate", "${basePackage}.libautoupdate")
170169
}
171170

src/main/java/com/fix3dll/skyblockaddons/core/feature/Feature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public enum Feature {
6060
STOP_DROPPING_SELLING_RARE_ITEMS(42, "settings.stopDroppingSellingRareItems", new FeatureGuiData(ColorCode.RED)),
6161
REPLACE_ROMAN_NUMERALS_WITH_NUMBERS(45, "settings.replaceRomanNumeralsWithNumbers", null),
6262
FISHING_SOUND_INDICATOR(48, "settings.soundIndicatorForFishing", null),
63-
AVOID_BLINKING_NIGHT_VISION(49, "settings.avoidBlinkingNightVision", null), // TODO remove
6463
MINION_DISABLE_LOCATION_WARNING(50, "settings.disableMinionLocationWarning", null),
6564
ENCHANTMENT_LORE_PARSING(52, "settings.enchantmentLoreParsing", null),
6665
SHOW_ITEM_COOLDOWNS(53, "settings.showItemCooldowns", null),

src/main/java/com/fix3dll/skyblockaddons/utils/EnumUtils.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ public enum FeatureCredit {
235235
ENCHANTMENT_LORE_PARSING),
236236
HIGH_CRIT("HighCrit", "github.com/HighCrit", PREVENT_MOVEMENT_ON_DEATH),
237237
MOULBERRY("Moulberry", "github.com/Moulberry", DONT_RESET_CURSOR_INVENTORY),
238-
TOMOCRAFTER("tomocrafter", "github.com/tomocrafter", AVOID_BLINKING_NIGHT_VISION, SLAYER_ARMOR_PROGRESS,
239-
NO_ARROWS_LEFT_ALERT, BOSS_APPROACH_ALERT),
238+
TOMOCRAFTER("tomocrafter", "github.com/tomocrafter", SLAYER_ARMOR_PROGRESS, NO_ARROWS_LEFT_ALERT,
239+
BOSS_APPROACH_ALERT),
240240
DAPIGGUY("DaPigGuy", "github.com/DaPigGuy", MINION_DISABLE_LOCATION_WARNING),
241241
KEAGEL("Keagel", "github.com/Keagel", DISABLE_MAGICAL_SOUP_MESSAGES),
242242
SUPERHIZE("SuperHiZe", "github.com/superhize", SPECIAL_ZEALOT_ALERT),
@@ -361,4 +361,5 @@ public static SlayerQuest fromName(String scoreboardName) {
361361
return null;
362362
}
363363
}
364-
}
364+
365+
}

src/main/resources/defaults.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@
205205
"FISHING_SOUND_INDICATOR": {
206206
"value": true
207207
},
208-
"AVOID_BLINKING_NIGHT_VISION": {
209-
"value": true
210-
},
211208
"MINION_DISABLE_LOCATION_WARNING": {
212209
"value": true
213210
},

0 commit comments

Comments
 (0)