summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 4da0598..da57a15 100644
--- a/play.js
+++ b/play.js
@@ -283,7 +283,7 @@ function get_locale_tip(id) {
tip += " - Seaport"
let list = []
for (let lord = 0; lord < data.lords.length; ++lord) {
- if (set_has(data.lords[lord].seats, id))
+ if (set_has(data.lords[lord].seat, id))
list.push(data.lords[lord].name)
}
if (list.length > 0)