v2 fix ampoav93

This commit is contained in:
2018-11-29 10:38:05 +01:00
parent 4a665630d5
commit 87c559dcbc
3 changed files with 3 additions and 3 deletions

View File

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