mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Add total pp rankings
This commit is contained in:
parent
f567eb056d
commit
eee975092f
3 changed files with 36 additions and 11 deletions
|
@ -299,7 +299,7 @@ async fn scan_changes(
|
|||
}
|
||||
// Update list mutably
|
||||
for handle in row.party.members.iter().map(|v| v.handle.as_str()) {
|
||||
if let Some(mut u) = handle_to_user_id.get_mut(handle) {
|
||||
if let Some(u) = handle_to_user_id.get_mut(handle) {
|
||||
u.row = Some(row.clone());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue