Fix bad merge

This commit is contained in:
BlipRanger
2023-07-13 23:30:59 -04:00
parent 9951837f1d
commit 8689703068

View File

@@ -949,13 +949,10 @@ async function getCharacters() {
await getGroups();
await printCharacters();
<<<<<<< HEAD
await AA_CountCharTime(this_chid);
=======
updateCharacterCount('#rm_print_characters_block > div');
>>>>>>> 040380e0fb8612b3017d7c6c119172ab2b34a107
}
}