mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 04:50:14 -07:00
correct my stuff
This commit is contained in:
parent
9c5ad4c505
commit
e90a9e0a0e
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ public final class Tools
|
|||
|
||||
overrideableArgList.add("-Dnet.minecraft.clientmodname=" + Tools.APP_NAME);
|
||||
|
||||
//test tingie
|
||||
overrideableArgList.add("-DLIBGL_BATCH=10");
|
||||
|
||||
// Override args
|
||||
for (String argOverride : LauncherPreferences.PREF_CUSTOM_JAVA_ARGS.split(" ")) {
|
||||
for (int i = 0; i < overrideableArgList.size(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue