mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Feat [JVM]: Auto remove -Xint
This will limit trolls I guess
This commit is contained in:
parent
9aea2065ce
commit
8e8d40ffe0
@ -295,6 +295,7 @@ public class JREUtils {
|
||||
purgeArg(userArgs,"-Xmx");
|
||||
purgeArg(userArgs,"-d32");
|
||||
purgeArg(userArgs,"-d64");
|
||||
purgeArg(userArgs, "-Xint");
|
||||
purgeArg(userArgs, "-Dorg.lwjgl.opengl.libname");
|
||||
|
||||
//Add automatically generated args
|
||||
|
Loading…
x
Reference in New Issue
Block a user