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
8421da7772
commit
c46503fa95
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ public boolean hasFlag(CompatibilityFlags flag) {
|
||||||
|
|
||||||
public void verify() {
|
public void verify() {
|
||||||
// Version
|
// Version
|
||||||
getMinecraftVersion();
|
|
||||||
IOHelper.verifyFileName(getAssetIndex());
|
|
||||||
|
|
||||||
// Client
|
// Client
|
||||||
VerifyHelper.verify(getTitle(), VerifyHelper.NOT_EMPTY, "Profile title can't be empty");
|
VerifyHelper.verify(getTitle(), VerifyHelper.NOT_EMPTY, "Profile title can't be empty");
|
||||||
|
|
Loading…
Reference in a new issue