Quantcast

* Possible fix for the hide party option

James Whitehead II [01-29-08 - 23:02]
* Possible fix for the hide party option
Filename
PerfectRaid.lua
diff --git a/PerfectRaid.lua b/PerfectRaid.lua
index 237cbce..f5871f6 100644
--- a/PerfectRaid.lua
+++ b/PerfectRaid.lua
@@ -225,7 +225,7 @@ function PerfectRaid:CreateRaidFrame(idx)
 	end

 	if self.db.profile.hideparty then
-		if self.db.profile.hideparty and self.hasparty then
+		if self.db.profile.hideparty then
 			-- Disable the party frames
 			self.hidingparty = true
 			for i=1,4 do