Also subscribe for targettarget units

This commit is contained in:
Parnic
2021-06-26 14:13:57 -05:00
parent 90f126d7a0
commit 94b62d56a0

View File

@ -119,7 +119,7 @@ function IceCustomBar.prototype:ConditionalSubscribe()
end
function IceCustomBar.prototype:ShouldAlwaysSubscribe()
return self.unit == "focustarget" or self.unit == "pettarget"
return self.unit == "focustarget" or self.unit == "pettarget" or self.unit == "targettarget"
end
function IceCustomBar.prototype:TargetChanged()