mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Варнинг при отсутствии профиля
This commit is contained in:
parent
d6b8394016
commit
92c5989b5e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public static boolean auth(ServerWrapper wrapper) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(wrapper.profile == null) LogHelper.warning("Your profile not found");
|
||||||
return true;
|
return true;
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
LogHelper.error(e);
|
LogHelper.error(e);
|
||||||
|
|
Loading…
Reference in a new issue