From cf3eb0d0a68435ae2297d385fed825de87581b04 Mon Sep 17 00:00:00 2001 From: muleyo Date: Mon, 12 Dec 2022 00:55:50 +0100 Subject: [PATCH 1/2] Update Core.lua --- Core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core.lua b/Core.lua index 0df4cdb..3b6cc91 100644 --- a/Core.lua +++ b/Core.lua @@ -154,7 +154,7 @@ function PPF_Core:OnEnable() end function IsInParty() - if GetNumGroupMembers() > 1 then + if GetNumGroupMembers() > 0 then return true end end @@ -178,4 +178,4 @@ function PPF_Core:OnEnable() C_Timer.After(0.5, function() PPF:RegisterEvent("UNIT_PET", "OnEvent") end) -end \ No newline at end of file +end From 3896f7946566103688d7ff7df6cfb0684367a161 Mon Sep 17 00:00:00 2001 From: muleyo Date: Mon, 12 Dec 2022 00:56:02 +0100 Subject: [PATCH 2/2] Update PartyPetsFix.toc --- PartyPetsFix.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartyPetsFix.toc b/PartyPetsFix.toc index a0fb98e..02f2e2e 100644 --- a/PartyPetsFix.toc +++ b/PartyPetsFix.toc @@ -1,6 +1,6 @@ ## Interface: 100002 ## Author: muleyo -## Version: 1.0.3 +## Version: 1.0.4 ## Title: |cff009cffPartyPets Fix|r ## Notes: Makes Raid-Style Partyframe Pets visible again ## SavedVariables: PPFDB