Fixed reseting the color at warning mode

This commit is contained in:
huangyuhui
2017-07-28 08:45:36 +08:00
parent a0b19cfd1b
commit caa77387df
15 changed files with 21 additions and 29 deletions

View File

@@ -29,7 +29,6 @@ public class LaunchOptions {
private String proxyHost, proxyPort, proxyUser, proxyPass, javaDir, launchVersion, type, precalledCommand;
private boolean fullscreen, noJVMArgs, notCheckGame;
private File gameDir;
private GameDirType gameDirType;
public String getVersionName() {
return versionName;
@@ -115,14 +114,6 @@ public class LaunchOptions {
this.fullscreen = fullscreen;
}
public GameDirType getGameDirType() {
return gameDirType;
}
public void setGameDirType(GameDirType gameDirType) {
this.gameDirType = gameDirType;
}
public String getPermSize() {
return permSize;
}