Fix: Timezone is now set properly

This commit is contained in:
Mathias-Boulay 2023-01-14 18:03:30 +01:00
parent 0a485c9b04
commit 1cd946af3c

View File

@ -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",