summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-22 23:52:35 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-22 23:52:35 +0200
commite5ce11b9d74c815ea0434980eee3b14ad0d37991 (patch)
treec1edad6f5684698baefd5436cf7793f1e931f8a7 /tools
parent48ac91c140ccbd63b065c35ad99852afaddae71c (diff)
downloadplantagenet-e5ce11b9d74c815ea0434980eee3b14ad0d37991.tar.gz
Fix inverted logic in is_stronghold.
Diffstat (limited to 'tools')
-rw-r--r--tools/gendata.js1
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([])