Browse Source

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 years ago
parent
commit
ca8563ee28
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      0000
  2. +2
    -1
      🏁.js

+ 1
- 1
0000 View File

@@ -1,5 +1,5 @@
Архивировать МАОН
0.3.2
0.3.3
https://git.opengamestudio.org/kornerr/APXuBuPOBATb-MAOH

/🏁.js


+ 2
- 1
🏁.js View File

@@ -49,7 +49,8 @@
for (var файл in м.структура)
{
var содержимое = м.содержимое[файл];
директория.file(файл, содержимое);
console.debug("задание содержимого файла:", файл);
директория.file(файл.substring(1), содержимое);
}
}
мир.архив = архив;


Loading…
Cancel
Save