mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
verifyHDir больше не доступен из runtime
This commit is contained in:
parent
bc62dc3416
commit
c95e3ff232
1 changed files with 1 additions and 2 deletions
|
@ -266,7 +266,7 @@ public static boolean isLaunched() {
|
|||
return Launcher.LAUNCHED.get();
|
||||
}
|
||||
|
||||
@LauncherAPI
|
||||
|
||||
public static boolean isUsingWrapper() {
|
||||
return JVMHelper.OS_TYPE == OS.MUSTDIE && isUsingWrapper;
|
||||
}
|
||||
|
@ -509,7 +509,6 @@ public static void setProfile(ClientProfile profile) {
|
|||
LogHelper.debug("New Profile name: %s", profile.getTitle());
|
||||
}
|
||||
|
||||
@LauncherAPI
|
||||
public static void verifyHDir(Path dir, HashedDir hdir, FileNameMatcher matcher, boolean digest) throws IOException {
|
||||
if (matcher != null)
|
||||
matcher = matcher.verifyOnly();
|
||||
|
|
Loading…
Reference in a new issue