runelite-client: add --no-rs option

This commit is contained in:
Adam
2017-05-14 18:35:38 -04:00
parent cb71a096a0
commit 1ce044c308
3 changed files with 8 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ public class RuneLite
OptionParser parser = new OptionParser();
parser.accepts("developer-mode");
parser.accepts("no-rs");
options = parser.parse(args);
runelite = new RuneLite();