fix: make rainbow armor work when vanish self care is disabled in config

not tested but should work i guess
This commit is contained in:
ChomeNS
2025-08-03 19:22:22 +07:00
parent c60ea59094
commit 122b5d8535

View File

@@ -5,7 +5,7 @@ import me.chayapak1.chomens_bot.data.selfCare.EssentialsSelfCare;
import net.kyori.adventure.text.Component;
public class VanishSelfCare extends EssentialsSelfCare {
public boolean visible = false;
public boolean visible = !bot.config.selfCare.vanish;
private boolean isVanished = false;