mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-09-11 09:50:21 +00:00
refactor: simplify CDC monitor and emergency filter logic by updating configuration indices and cleaning up unused data structures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user