Quantcast

-Reset switch fixed.

Xruptor [07-16-10 - 16:52]
-Reset switch fixed.
Filename
XanReputation.lua
diff --git a/XanReputation.lua b/XanReputation.lua
index 6b8c467..26cb0ed 100644
--- a/XanReputation.lua
+++ b/XanReputation.lua
@@ -45,6 +45,7 @@ function XanReputation_SlashCommand(cmd)
 	if a then
 		if c and c:lower() == "reset" then
 			DEFAULT_CHAT_FRAME:AddMessage("XanReputation: Frame position has been reset!");
+			XanReputation:ClearAllPoints()
 			XanReputation:SetPoint("CENTER", UIParent, "CENTER", 0, 0);
 			return true
 		end