diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/dungeonSolvers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index cf248c3..cd672a8 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -497,7 +497,7 @@ class DungeonSolvers extends Feature { } } - if (this.bloodCampAssist.getValue()) { + if (this.bloodCampAssist.getValue() && this.skulls) { for (let skull of this.skulls) { if (this.eMovingThing[skull.getUUID().toString()] && this.eMovingThing[skull.getUUID().toString()].timeTook) { let skullE = skull.getEntity(); |