forked from Skynet/discord-bot
fix: typo, always took users as being java
This commit is contained in:
parent
a9d3af024e
commit
0a4f5281a5
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue