mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-28 19:39:22 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ecdc49a13 | ||
|
|
61676fe568 | ||
|
|
56e0c05043 |
@@ -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) }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Thu Apr 11 13:18:35 BST 2024
|
||||
#Sat May 11 18:20:48 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.57.1
|
||||
version=6.56.1
|
||||
libreforge-version=4.59.0
|
||||
version=6.58.0
|
||||
|
||||
Reference in New Issue
Block a user