Anonymous

Module:FunList: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 223: Line 223:
local sortAscending = sortMeta.ascending
local sortAscending = sortMeta.ascending
local leftVal = sortSelector(left)
local leftVal = selector(left)
local rightVal = sortSelector(right)
local rightVal = selector(right)
if leftVal ~= rightVal then
if leftVal ~= rightVal then
if sortAscending then
if sortAscending then
2,875

edits