Fix missing ext

This commit is contained in:
2025-07-04 11:50:04 +08:00
parent d4ad05fbf1
commit 5136927a97

View File

@@ -136,6 +136,10 @@ impl Script for ScnScript {
true
}
fn custom_output_extension<'a>(&'a self) -> &'a str {
"json"
}
fn extract_messages(&self) -> Result<Vec<Message>> {
let mut messages = Vec::new();
let root = self.psb.root();