mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 21:08:48 +08:00
fix scn patch
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user