From 064df2d35d7d59a6cee1169a17e7d07a65f157b6 Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Sat, 10 Oct 2020 17:30:50 +0100 Subject: [PATCH] add appropriate prefix in --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)