diff options
Diffstat (limited to 'tools/gendata.js')
-rw-r--r-- | tools/gendata.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 4d97854..d4b4c9d 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -354,7 +354,6 @@ function defloc(region, type, name) { if (region) { if (!is[region]) is[region] = [] is[region].push(id) - } else { is.stronghold.push(id) } ways.push([]) |