移除AccountHelper未使用的单例
This commit is contained in:
@@ -40,7 +40,7 @@ import java.util.List;
|
|||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
public final class AccountHelper {
|
public final class AccountHelper {
|
||||||
public static final AccountHelper INSTANCE = new AccountHelper();
|
|
||||||
private AccountHelper() {}
|
private AccountHelper() {}
|
||||||
|
|
||||||
public static final File SKIN_DIR = new File(Launcher.HMCL_DIRECTORY, "skins");
|
public static final File SKIN_DIR = new File(Launcher.HMCL_DIRECTORY, "skins");
|
||||||
|
|||||||
Reference in New Issue
Block a user