diff --git a/src/Modules/ConfigOptions.lua b/src/Modules/ConfigOptions.lua index bcb0837c82..0957924717 100644 --- a/src/Modules/ConfigOptions.lua +++ b/src/Modules/ConfigOptions.lua @@ -2035,6 +2035,10 @@ Huge sets the radius to 11. end end else + if build.configTab.varControls['enemyDamageType'].enabled == false then + build.configTab.input['enemyDamageType'] = "Average" + build.configTab.varControls['enemyDamageType']:SelByValue("Average", "val") + end build.configTab.varControls['enemyDamageType'].enabled = true end end },