Fix my retardation
This commit is contained in:
parent
1758cfd13e
commit
fa47d31184
1 changed files with 2 additions and 2 deletions
|
@ -303,8 +303,8 @@ impl Player {
|
||||||
.collect::<Vec<_>>(),
|
.collect::<Vec<_>>(),
|
||||||
now_chapter: global_status.now_chapter,
|
now_chapter: global_status.now_chapter,
|
||||||
received_chapter: global_status.received_chapter,
|
received_chapter: global_status.received_chapter,
|
||||||
i_k1: vec![],
|
unlock_chapters: vec![],
|
||||||
r_k1: vec![],
|
reward_chapters: vec![],
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>(),
|
.collect::<Vec<_>>(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue