Skip to content

Commit

Permalink
add appropriate prefix in
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Oct 10, 2020
1 parent 95ba25e commit 064df2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 064df2d

Please sign in to comment.