refactor: simplify CDC monitor and emergency filter logic by updating configuration indices and cleaning up unused data structures

This commit is contained in:
Bluewhale1337
2026-09-07 23:45:46 +02:00
parent 2af99cbc2b
commit a0b6e2f72d
3 changed files with 8 additions and 31 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ function HealBot_Options_EFClass_OnClick(this)
HealBot_Config.EmergIncCustom[HEALBOT_WARLOCK] = HealBot_Options_EFClassWarlock:GetChecked() or 0;
HealBot_Config.EmergIncCustom[HEALBOT_WARRIOR] = HealBot_Options_EFClassWarrior:GetChecked() or 0;
end
if HealBot_Config.EmergIncMonitor>10 then
if HealBot_Config.EmergIncMonitor > 1 then
HealBot_Action_PartyChanged();
end
end