mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Fix: Timezone is now set properly
This commit is contained in:
parent
0a485c9b04
commit
1cd946af3c
@ -346,6 +346,7 @@ public class JREUtils {
|
||||
"-Dos.version=Android-" + Build.VERSION.RELEASE,
|
||||
"-Dpojav.path.minecraft=" + Tools.DIR_GAME_NEW,
|
||||
"-Dpojav.path.private.account=" + Tools.DIR_ACCOUNT_NEW,
|
||||
"-Duser.timezone=" + TimeZone.getDefault().getID(),
|
||||
|
||||
//LWJGL 3 DEBUG FLAGS
|
||||
//"-Dorg.lwjgl.util.Debug=true",
|
||||
|
Loading…
x
Reference in New Issue
Block a user