From ea3364c96258e71760cb4015e12131ade214f2fd Mon Sep 17 00:00:00 2001 From: LoomeL Date: Wed, 3 Jul 2019 18:15:54 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/runtime/config.js b/Launcher/runtime/config.js index f13a245f..7966e1ee 100644 --- a/Launcher/runtime/config.js +++ b/Launcher/runtime/config.js @@ -18,7 +18,7 @@ var config = { ramDefault: 1024, // Default RAM amount (0 for auto) jvm: { - enable: true, + enable: false, jvmMustdie32Dir: "jre-8u202-win32", jvmMustdie64Dir: "jre-8u202-win64", }