Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
some changes idk
Browse files Browse the repository at this point in the history
Signed-off-by: TomJuri <[email protected]>
  • Loading branch information
TomJuri committed Sep 17, 2023
1 parent 1b494ea commit 06ca4ec
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import dev.macrohq.swiftslayer.util.SlayerUtil
import dev.macrohq.swiftslayer.util.config
import dev.macrohq.swiftslayer.util.gameSettings
import dev.macrohq.swiftslayer.util.getStandingOnCeil
import dev.macrohq.swiftslayer.util.macroManager
import dev.macrohq.swiftslayer.util.player
import dev.macrohq.swiftslayer.util.setPressed
import net.minecraft.entity.EntityLiving
Expand Down Expand Up @@ -52,9 +51,9 @@ class GenericBossKiller {

// Hyperion
} else if (config.bossKillerWeapon == 1) {
if (!InventoryUtil.holdItem("Spirit Sceptre")) {
if (!InventoryUtil.holdItem("Heroic Spirit Sceptre")) {
Logger.error("Hyperion not found in hotbar.")
macroManager.disable()
// macroManager.disable()
return
}
RotationUtil.stop()
Expand Down

0 comments on commit 06ca4ec

Please sign in to comment.