mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-28 11:29:20 +00:00
libreforge-updater
This commit is contained in:
@@ -11,6 +11,6 @@ object ReforgeFinder : ItemHolderFinder<Reforge>() {
|
||||
}
|
||||
|
||||
override fun isValidInSlot(holder: Reforge, slot: SlotType): Boolean {
|
||||
return slot in holder.targets.map { it.slot }.toSet()
|
||||
return holder.targets.map { it.slot }.any { it.isOrContains(slot) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user