Fix the check for V1 vs V2, cleanup

This commit is contained in:
BlipRanger
2023-06-28 00:57:20 -04:00
parent 762684ffea
commit 136ba40956
2 changed files with 1 additions and 3 deletions

View File

@@ -6312,8 +6312,6 @@ function importCharacter(file) {
if (this_chid != undefined && this_chid != "invalid-safety-id") {
oldSelectedChar = characters[this_chid].avatar;
}
console.log("importing tags");
console.log(data);
await getCharacters();
select_rm_info(`char_import`, data.file_name, oldSelectedChar);