From 94b62d56a0100745dea008c9527c9db19ccb6472 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 26 Jun 2021 14:13:57 -0500 Subject: [PATCH] Also subscribe for targettarget units --- modules/CustomBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index 7071275..2136c76 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -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()