mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 23:48:45 +08:00
Add support to patch save message in scn
This commit is contained in:
@@ -303,7 +303,7 @@ impl Index<usize> for PsbValueFixed {
|
||||
|
||||
fn index(&self, index: usize) -> &Self::Output {
|
||||
match self {
|
||||
PsbValueFixed::List(l) => &l.values[index],
|
||||
PsbValueFixed::List(l) => &l[index],
|
||||
_ => &NONE,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user