From 4dba714a91bf1ecd71c6e612cb3af7b66c793aa4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 23 Nov 2019 20:16:53 -0500 Subject: [PATCH] Reverted previous commit, was not actually an issue --- HealComm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HealComm.lua b/HealComm.lua index 2775121..efef3eb 100644 --- a/HealComm.lua +++ b/HealComm.lua @@ -152,7 +152,7 @@ hooksecurefunc("CompactUnitFrame_SetUnit", CompactUnitFrame_SetUnitHook) -- This ]]-- function HealComm:OnInitialize() --Initalize new options for 1.1.0 - HealCommSettings.healColor.alpha = HealCommSettings.healColor.alpha or 0.6 + HealCommSettings.healColor = HealCommSettings.healColor or {red=0,green=1,blue=0,alpha=0.6} --Fix for users upgrading from 1.1.3 and earlier if HealCommSettings.healColor.alpha > 1 then HealCommSettings.healColor.alpha=0.6;