diff --git a/main.lua b/main.lua index 7295f45..0e6a801 100644 --- a/main.lua +++ b/main.lua @@ -131,7 +131,7 @@ welcomePrompt:RegisterEvent("PLAYER_LOGIN") welcomePrompt:SetScript("OnEvent", function(_, event) if event == "PLAYER_LOGIN" then print("|cff00ffff[Region Filter]|r |cffffcc00Version 1.3.8|r. If there any bugs please report them at https://github.com/jamesb93/RegionFilter") - print("If possible, stop using CurseForge (soon/now to be Overwolf) and try CurseBreaker https://www.github.com/AcidWeb/CurseBreaker.") + print("|cff00ffff[Region Filter]|r If possible, stop using CurseForge (soon/now to be Overwolf) and try CurseBreaker https://www.github.com/AcidWeb/CurseBreaker.") print(RF.postType) end end)