Skip to content

Commit

Permalink
Merge pull request #5 from Pretzellent/master
Browse files Browse the repository at this point in the history
Fix erroneous End tag
  • Loading branch information
James Bradbury authored Nov 14, 2021
2 parents df5fa35 + 631da8c commit 67f02a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RF.consolePrefix = "|cff00ffff[Region Filter]:|r "
function RF:regionTag(label, activity, regionColour)
-- Creates and colours the REGION tag
return regionColour..'['..label..']|r '..activity
en
end

function RF:dungeonText(playerRegion, listRegion)
-- Colours the activity name if its in an ideal region
Expand Down

0 comments on commit 67f02a3

Please sign in to comment.