aboutsummaryrefslogtreecommitdiff
path: root/update/parse.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-12 23:19:17 +0100
committerMinteck <contact@minteck.org>2022-01-12 23:19:17 +0100
commit541633055c76a0c002fb8509f106f4b449e21207 (patch)
tree335c390b81f79c1bb8d0eeeb4f1606f5a1a15ab5 /update/parse.js
parenta9acf61916520199494f1ccfd32836f9d88b35ee (diff)
downloadponyfind-541633055c76a0c002fb8509f106f4b449e21207.tar.gz
ponyfind-541633055c76a0c002fb8509f106f4b449e21207.tar.bz2
ponyfind-541633055c76a0c002fb8509f106f4b449e21207.zip
Update, v0.7.5
Diffstat (limited to 'update/parse.js')
-rw-r--r--update/parse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/parse.js b/update/parse.js
index 217cfd8..088e8d2 100644
--- a/update/parse.js
+++ b/update/parse.js
@@ -74,7 +74,7 @@ let ponies = {};
data.residence = residences;
}
- if (typeof box.name2 !== "undefined" || typeof box.name3 !== "undefined" || typeof box.name4 !== "undefined" || typeof box.name5 !== "undefined" || typeof box.coat !== "undefined" || typeof box.occupation !== "undefined" || typeof box.residence !== "undefined") ponies[title] = data;
+ if ((typeof box.name2 !== "undefined" || typeof box.name3 !== "undefined" || typeof box.name4 !== "undefined" || typeof box.name5 !== "undefined" || typeof box.coat !== "undefined" || typeof box.occupation !== "undefined" || typeof box.residence !== "undefined") && typeof box.sex !== "undefined") ponies[title] = data;
}
})()