mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 06:05:10 -04:00
fix[Tools/hasOnlineProfile]: Faulty logic fix
This commit is contained in:
parent
1e652fc3bc
commit
dae621043c
@ -1455,7 +1455,7 @@ public final class Tools {
|
||||
}
|
||||
public static boolean hasOnlineProfile(){
|
||||
for (MinecraftAccount accountToCheck : getAllProfiles()) {
|
||||
if (!accountToCheck.isLocal() || !accountToCheck.isDemo()) {
|
||||
if (!accountToCheck.isLocal() && !accountToCheck.isDemo()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user