mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 05:18:44 +08:00
Add a warning counter
This commit is contained in:
@@ -248,6 +248,7 @@ impl Script for CircusMesScript {
|
||||
println!(
|
||||
"Warning: Some replacements cannot used in current encoding. Ruby text may be broken."
|
||||
);
|
||||
crate::COUNTER.inc_warning();
|
||||
}
|
||||
}
|
||||
let mut buffer = Vec::with_capacity(self.data.len());
|
||||
|
||||
Reference in New Issue
Block a user