if (Disable.getCurrentValue()) {
if (mc.player.isDead || Minecraft.player.getHealth() == 0.0f) {
toggle();
ChatUtils.addChatMessage(ChatFormatting.GREEN + "AttakAura Успешно Выключена!");
NotificationRenderer.queue("AttakAura", "AttakAura Успешно Выключена!", 5, NotificationMode.SUCCESS);
}
}