fix: typo, always took users as being java
All checks were successful
On_Push / lint_fmt (push) Successful in 7s
On_Push / lint_clippy (push) Successful in 11s
On_Push / build (push) Successful in 1m24s
On_Push / deploy (push) Successful in 15s

This commit is contained in:
silver 2025-01-03 21:01:27 +00:00
parent a9d3af024e
commit 0a4f5281a5
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -709,7 +709,7 @@ pub async fn update_server(server_id: &str, db: &Pool<Sqlite>, g_id: &GuildId, c
usernames.push((x, true));
}
if let Some(x) = member.minecraft_uid {
usernames.push((x, true));
usernames.push((x, false));
}
}
if !usernames.is_empty() {