fix: typo, always took users as being java

This commit is contained in:
silver 2025-01-03 21:01:27 +00:00
parent a9d3af024e
commit 0a4f5281a5
Signed by untrusted user: 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)); usernames.push((x, true));
} }
if let Some(x) = member.minecraft_uid { if let Some(x) = member.minecraft_uid {
usernames.push((x, true)); usernames.push((x, false));
} }
} }
if !usernames.is_empty() { if !usernames.is_empty() {