Closed praxxis closed 3 years ago
table.sort doesn't return, causing an error when you try and iterate over nil, and it doesn't really sort a key/value list in a useful way without a userland function, so I've just removed it.
table.sort
nil
table.sort
doesn't return, causing an error when you try and iterate overnil
, and it doesn't really sort a key/value list in a useful way without a userland function, so I've just removed it.