aboutsummaryrefslogtreecommitdiff
path: root/features/events/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 00:05:04 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 00:05:04 +0800
commit7efa7599053cc8da203286d2beaeac737b2325f1 (patch)
tree70f50385e4cd6bc7749d611cfab241714663fbea /features/events/index.js
parent4411297dc00f5fa33864530756fbeeaf617bb2c7 (diff)
downloadSoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.gz
SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.tar.bz2
SoopyV2-7efa7599053cc8da203286d2beaeac737b2325f1.zip
asd
Diffstat (limited to 'features/events/index.js')
-rw-r--r--features/events/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js
index 7ce40c8..664b675 100644
--- a/features/events/index.js
+++ b/features/events/index.js
@@ -227,6 +227,8 @@ class Events extends Feature {
let locsAccessed = []
let newLocs = []
+ if(!profileData.griffin) return
+
profileData.griffin.burrows.forEach((burrow)=>{
let pushed = false
this.burrialData.locations.forEach((loc, i)=>{