mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Also remove extracting policy file
This commit is contained in:
parent
72c990da20
commit
14a276a981
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||
|
||||
Tools.copyAssetFile(this, "components/ForgeInstallerHeadless/forge-installer-headless-1.0.1.jar", Tools.DIR_GAME_NEW + "/config", "forge-installer-headless.jar", true);
|
||||
Tools.copyAssetFile(this, "options.txt", Tools.DIR_GAME_NEW, false);
|
||||
Tools.copyAssetFile(this, "java_sandbox.policy", Tools.DIR_DATA, true);
|
||||
// Tools.copyAssetFile(this, "java_sandbox.policy", Tools.DIR_DATA, true);
|
||||
// TODO: Remove after implement.
|
||||
Tools.copyAssetFile(this, "launcher_profiles.json", Tools.DIR_GAME_NEW, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue