mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Fix scn chat message patch bug
This commit is contained in:
@@ -894,7 +894,7 @@ impl<'a> ImportMes<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
obj[&self.text_key].set_string(text.replace("\n", "\\n"));
|
obj[&self.text_key].set_string(text.replace("\n", "\\n"));
|
||||||
return;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"Warning: chat message '{}' not found in translation table.",
|
"Warning: chat message '{}' not found in translation table.",
|
||||||
|
|||||||
Reference in New Issue
Block a user