forked from MapComplete/MapComplete
Fix: fix #1779, add check to prevent similar errors
This commit is contained in:
parent
94bc6ee31d
commit
417dc1633e
5 changed files with 33 additions and 11 deletions
|
@ -1039,7 +1039,7 @@ class SetFullNodeDatabase extends DesugaringStep<LayerConfigJson> {
|
|||
if (!needsSpecial) {
|
||||
return json
|
||||
}
|
||||
context.info("Layer " + json.id + " needs the fullNodeDatabase")
|
||||
context.debug("Layer " + json.id + " needs the fullNodeDatabase")
|
||||
return { ...json, fullNodeDatabase: true }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue