diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-22 23:52:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-22 23:52:35 +0200 |
commit | e5ce11b9d74c815ea0434980eee3b14ad0d37991 (patch) | |
tree | c1edad6f5684698baefd5436cf7793f1e931f8a7 /tools | |
parent | 48ac91c140ccbd63b065c35ad99852afaddae71c (diff) | |
download | plantagenet-e5ce11b9d74c815ea0434980eee3b14ad0d37991.tar.gz |
Fix inverted logic in is_stronghold.
Diffstat (limited to 'tools')
-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([]) |