From ab0cb07f2fdc4b3f723c4560bbbada258d5dd246 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:47:25 +0100 Subject: Fixed Damage Indicator "hide nametag" feature works even for disabled mobs. --- src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java index 458e3daf7..d0d69afba 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java @@ -63,7 +63,7 @@ public class CombatConfig { "§bTarantula Broodfather", "§bSven Packmaster", "§bVoidgloom Seraph", - "§bInferno Demonlord (only tier 1 yet)", + "§bInferno Demonlord", "§bHeadless Horseman (bugged)", "§bDungeon Floor 1", "§bDungeon Floor 2", -- cgit