From d84843a15f666c7ca3216960f030b66442bc0c23 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:56:59 +0800 Subject: + fix bug --- features/dungeonSolvers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonSolvers') 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(); -- cgit