From 541633055c76a0c002fb8509f106f4b449e21207 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 12 Jan 2022 23:19:17 +0100 Subject: Update, v0.7.5 --- update/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update') 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; } })() -- cgit