runeliteplus: refined private server support

This commit is contained in:
Zeruth
2019-07-20 19:12:35 -04:00
parent a56d92f476
commit 5625c3e743
13 changed files with 254 additions and 158 deletions

View File

@@ -181,7 +181,6 @@ public class RuneLite
parser.accepts("debug", "Show extra debugging output");
parser.accepts("no-splash", "Do not show the splash screen");
parser.accepts("local-injected", "Use local injected-client");
parser.accepts("private-server", "Use a non official server to play");
final ArgumentAcceptingOptionSpec<String> proxyInfo = parser
.accepts("proxy")
@@ -252,13 +251,6 @@ public class RuneLite
}
}
final boolean privateServer = options.has("private-server");
if (privateServer)
{
ClientLoader.usePrivateServer = true;
}
PROFILES_DIR.mkdirs();
if (options.has("debug"))