mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix the check for V1 vs V2, cleanup
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user