Quantcast

Remove 'sanity check'

ackis [05-19-09 - 19:58]
Remove 'sanity check'
Filename
AckisRecipeList.lua
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index d3b726a..b7247ca 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -96,10 +96,6 @@ addon.ARLCopyFrame = nil
 _G["arlTooltip"] = nil
 _G["arlSpellTooltip"] = nil

-if (GetRealmName() == "Thunderlord") and not ((GetUnitName("player") == "Ackis") or (GetUnitName("player") == "Shaelynn")) then
-	self:Print("Addon disabled because Alliance Player Nax is a douche. Camping people doing the fishing daily and coding == retarded moron.")
-end
-
 -- Make global API calls local to speed things up
 local GetNumTradeSkills = GetNumTradeSkills
 local GetSpellInfo = GetSpellInfo