This commit is contained in:
2018-11-24 21:15:16 +01:00
parent 5211e1df60
commit 8f747e4215
453 changed files with 25337 additions and 499 deletions

View File

@@ -320,4 +320,4 @@ foreach (glob("*.json") as $filename) {
}
file_put_contents('../../all_missions.json', json_encode($concat, JSON_UNESCAPED_UNICODE));
file_put_contents('../../all_missions.json', "JSON.parse(`".json_encode($concat, JSON_PRETTY_PRINT)."`);");