Quantcast

End things early

p3lim [09-07-10 - 01:35]
End things early
Filename
oUF_Experience.lua
diff --git a/oUF_Experience.lua b/oUF_Experience.lua
index 1241990..c29a2d1 100644
--- a/oUF_Experience.lua
+++ b/oUF_Experience.lua
@@ -24,7 +24,7 @@ local function Update(self, event, unit)
 	if(experience.PreUpdate) then experience:PreUpdate(unit) end

 	if(Unbeneficial(self, unit)) then
-		experience:Hide()
+		return experience:Hide()
 	else
 		experience:Show()
 	end