Right now, characters are loaded in the order of player id. Perhaps this could be done by adding an ordering field to the character struct and order by that instead, with player id as the default ordering.
Right now, characters are loaded in the order of player id. Perhaps this could be done by adding an ordering field to the character struct and order by that instead, with player id as the default ordering.