Fix hotswap sorting

This commit is contained in:
SillyLossy
2023-05-12 17:01:53 +03:00
parent d1edda6902
commit c1350c9175
4 changed files with 11 additions and 2 deletions

View File

@ -762,8 +762,8 @@ function printCharacters() {
printTags();
printGroups();
favsToHotswap();
sortCharactersList();
favsToHotswap();
}
async function getCharacters() {