add circus special rules to fixed formatter

This commit is contained in:
2025-05-22 08:59:59 +08:00
parent eba514d74f
commit 795832fd3c
3 changed files with 66 additions and 9 deletions

View File

@@ -252,7 +252,7 @@ pub fn import_script(
}
None => {}
}
format::fmt_message(&mut mes, fmt);
format::fmt_message(&mut mes, fmt, *builder.script_type());
script.import_messages(mes, &patched_f, encoding)?;
Ok(types::ScriptResult::Ok)
}