mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-24 09:54:43 -04:00
Fix outOfBoundsException
This commit is contained in:
@@ -372,7 +372,7 @@ public class JREUtils
|
||||
|
||||
//Check if two args aren't bundled together by mistake
|
||||
if(parsedSubString.indexOf('=') == parsedSubString.lastIndexOf('='))
|
||||
parsedArguments.add(args.substring(start,end));
|
||||
parsedArguments.add(parsedSubString);
|
||||
else Log.w("JAVA ARGS PARSER", "Removed improper arguments: " + parsedSubString);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user