mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 17:11:39 +03:00
Фикс записи опциональных модов
This commit is contained in:
parent
4792e0453e
commit
edf6adafe0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ var options = {
|
||||||
output.writeInt(profile.getSortIndex());
|
output.writeInt(profile.getSortIndex());
|
||||||
list.forEach(function(modFile,j,arr2) {
|
list.forEach(function(modFile,j,arr2) {
|
||||||
output.writeBoolean(modFile.mark);
|
output.writeBoolean(modFile.mark);
|
||||||
output.writeString(modFile.string, 0);
|
output.writeString(modFile.file, 0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue