fix scn patch

This commit is contained in:
2025-09-04 23:23:59 +08:00
parent fdb5456926
commit d43b8342bc

View File

@@ -842,6 +842,7 @@ impl<'a> ImportMes<'a> {
}
}
obj[&self.text_key].set_string(text.replace("\n", "\\n"));
return;
} else {
eprintln!(
"Warning: chat message '{}' not found in translation table.",
@@ -887,6 +888,7 @@ impl<'a> ImportMes<'a> {
}
}
list[i].set_string(text.replace("\n", "\\n"));
return;
} else {
eprintln!(
"Warning: chat message '{}' not found in translation table.",