mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Remove self test call
This commit is contained in:
parent
75ca093c51
commit
d7df183b66
@ -324,7 +324,6 @@ public class JREUtils {
|
||||
initJavaRuntime();
|
||||
setupExitTrap(activity.getApplication());
|
||||
chdir(gameDirectory == null ? Tools.DIR_GAME_NEW : gameDirectory);
|
||||
FFmpegPlugin.selfTest();
|
||||
userArgs.add(0,"java"); //argv[0] is the program name according to C standard.
|
||||
|
||||
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user