mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
.
This commit is contained in:
@@ -237,6 +237,9 @@ impl ECSExecutionImage {
|
|||||||
cmd.addr
|
cmd.addr
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
if string_stack[0].starts_with("@") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
message.push_str(string_stack[0].as_str());
|
message.push_str(string_stack[0].as_str());
|
||||||
}
|
}
|
||||||
} else if num_args == 2 {
|
} else if num_args == 2 {
|
||||||
@@ -324,10 +327,6 @@ impl ECSExecutionImage {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
if string_stack[0].starts_with("@") {
|
if string_stack[0].starts_with("@") {
|
||||||
println!(
|
|
||||||
"Skipping message with special tag at {:08X}: {}",
|
|
||||||
cmd.addr, string_stack[0]
|
|
||||||
);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
message.push_str(string_stack[0].as_str());
|
message.push_str(string_stack[0].as_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user