Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed May 19, 2024
1 parent 5ce3f8b commit 8b830ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable

fun markTerminalItems(slot: Slot, cir: CallbackInfoReturnable<ItemStack?>) {
if (!Utils.inSkyblock) return
// TODO check if in dungeon
val original = slot.inventory.getStackInSlot(slot.slotIndex) ?: return
if (!original.isItemEnchanted && (SelectAllColorSolver.shouldClick.contains(slot.slotNumber) ||
StartsWithSequenceSolver.shouldClick.contains(slot.slotNumber))
Expand Down

0 comments on commit 8b830ba

Please sign in to comment.