Quantcast

Fix Print() line 155

Erik L. Vonderscheer [11-09-10 - 01:03]
Fix Print() line 155
Filename
TradeFilter3.lua
diff --git a/TradeFilter3.lua b/TradeFilter3.lua
index e45c07a..753c495 100644
--- a/TradeFilter3.lua
+++ b/TradeFilter3.lua
@@ -152,7 +152,7 @@ function TF3:FirstLogin()
 	TF3.db.profile.whitelist = L.WHITELIST
 	TF3.db.profile.blacklist = L.BLACKLIST
 	TF3.db.profile.filters = L.FILTERS
-	Print(L.TOC.Title .. ": " .. TF3.version .. " " .. L["ENABLED"])
+	print(L.TOC.Title .. ": " .. TF3.version .. " " .. L["ENABLED"])
 end

 function TF3:IsLoggedIn()