diff --git a/modules/thirdparty-vanilla.lua b/modules/thirdparty-vanilla.lua index b4e47b84..1fe986b4 100644 --- a/modules/thirdparty-vanilla.lua +++ b/modules/thirdparty-vanilla.lua @@ -1182,7 +1182,7 @@ pfUI:RegisterModule("thirdparty-vanilla", function() -- use pfUI frames to draw healComm predictions local pfHookHealCommSendAddonMessage = HealComm.SendAddonMessage function HealComm.SendAddonMessage(this, msg) - if not UnitInRaid("player") and GetNumPartyMembers() < 1 then + if not IsInGroup() then libpredict:ParseChatMessage(UnitName("player"), msg, "HealComm") end pfHookHealCommSendAddonMessage(this, msg)