RaidFrame sort macro not working as of 10.1.5

Hello as of 10.1.5 this macro is no longer working
/run CompactPartyFrame_SetFlowSortFunction(function(a,b)if not UnitExists(a)then return false elseif not UnitExists(b)then return true elseif UnitIsUnit(a,"player")then return true elseif UnitIsUnit(b,"player")then return false else return a<b end end)

I am using default blizzard raid frames. Any clues?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.