forked from MapComplete/MapComplete
Include 'lighthouses' as official theme
This commit is contained in:
parent
0d3bce6dc8
commit
aaa6707524
6 changed files with 263 additions and 0 deletions
|
@ -246,6 +246,9 @@ export class Unit {
|
|||
return found
|
||||
}
|
||||
|
||||
if(!Array.isArray(toLoad.denominations)){
|
||||
throw "toLoad is not an array. Did you forget the [ and ] around the denominations at "+ctx+"?"
|
||||
}
|
||||
const denoms = toLoad.denominations
|
||||
.map((d) => d.toLowerCase())
|
||||
.map((d) => fetchDenom(d))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue