From edf6adafe0287efa813fdf17fb522b4fd1bb7217 Mon Sep 17 00:00:00 2001 From: Gravit Date: Thu, 27 Dec 2018 15:10:21 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=B8=20=D0=BE=D0=BF=D1=86=D0=B8=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=BC=D0=BE=D0=B4=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/dialog/overlay/options/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/runtime/dialog/overlay/options/options.js b/Launcher/runtime/dialog/overlay/options/options.js index 7129023e..0dc8848b 100644 --- a/Launcher/runtime/dialog/overlay/options/options.js +++ b/Launcher/runtime/dialog/overlay/options/options.js @@ -69,7 +69,7 @@ var options = { output.writeInt(profile.getSortIndex()); list.forEach(function(modFile,j,arr2) { output.writeBoolean(modFile.mark); - output.writeString(modFile.string, 0); + output.writeString(modFile.file, 0); }); }); },