runeliteplus: refined private server support
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user