Skip to content

Commit

Permalink
Fix erroneous End tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Pretzellent committed Nov 11, 2021
1 parent c96bfc4 commit 631da8c
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 631da8c

Please sign in to comment.