Fixed armor / hands slots

This commit is contained in:
Auxilor 2022-09-06 11:56:51 +01:00
parent 72f93209a9
commit 623d148c53

View File

@ -73,12 +73,12 @@ enum class TargetSlot(
HANDS({
listOf(
it.inventory.heldItemSlot,
45
40
)
}),
ARMOR({
listOf(5, 6, 7, 8)
(36..39).toList()
}),
ANY({