forked from MapComplete/MapComplete
Re-enable local country detection
This commit is contained in:
parent
223f6191cd
commit
48ca24261f
158 changed files with 1714 additions and 8 deletions
|
@ -255,7 +255,7 @@ for (const layoutName in all) {
|
|||
|
||||
wikiPage += "\n\n"+generateWikiEntry(layout);
|
||||
}
|
||||
writeFile("wikiIndex", wikiPage, (err) => {
|
||||
writeFile("./assets/generated/wikiIndex", wikiPage, (err) => {
|
||||
if (err !== null) {
|
||||
console.log("Could not save wikiindex", err);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue