mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 05:20:14 -07:00
Remove self test call
This commit is contained in:
parent
75ca093c51
commit
d7df183b66
1 changed files with 0 additions and 1 deletions
|
|
@ -324,7 +324,6 @@ public class JREUtils {
|
||||||
initJavaRuntime();
|
initJavaRuntime();
|
||||||
setupExitTrap(activity.getApplication());
|
setupExitTrap(activity.getApplication());
|
||||||
chdir(gameDirectory == null ? Tools.DIR_GAME_NEW : gameDirectory);
|
chdir(gameDirectory == null ? Tools.DIR_GAME_NEW : gameDirectory);
|
||||||
FFmpegPlugin.selfTest();
|
|
||||||
userArgs.add(0,"java"); //argv[0] is the program name according to C standard.
|
userArgs.add(0,"java"); //argv[0] is the program name according to C standard.
|
||||||
|
|
||||||
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue