mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
More minor fixes
This commit is contained in:
parent
860a7af679
commit
9a87ae575e
8 changed files with 47 additions and 64 deletions
|
|
@ -15,7 +15,7 @@ package org.multimc;/*
|
|||
*/
|
||||
|
||||
import org.multimc.exception.ParseException;
|
||||
import org.multimc.utils.ParamBucket;
|
||||
import org.multimc.utils.Parameters;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
|
|
@ -28,7 +28,7 @@ public final class EntryPoint {
|
|||
|
||||
private static final Logger LOGGER = Logger.getLogger("EntryPoint");
|
||||
|
||||
private final ParamBucket params = new ParamBucket();
|
||||
private final Parameters params = new Parameters();
|
||||
|
||||
private String launcherType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue