mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-07-06 15:59:47 +03:00
[FIX] NPE with profile.verify
This commit is contained in:
parent
26c21a3ec7
commit
8421da7772
1 changed files with 3 additions and 0 deletions
|
@ -297,6 +297,9 @@ public UUID getUUID() {
|
|||
|
||||
@Override
|
||||
public String getMinecraftVersion() {
|
||||
if(version == null) {
|
||||
return null;
|
||||
}
|
||||
return version.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue