This commit is contained in:
DBotThePony 2022-10-16 19:46:41 +07:00
parent c4de2248ab
commit d8ba380998
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -22,7 +22,7 @@ open class MatterySlot @JvmOverloads constructor(container: Container, index: In
} }
open fun canTakeItemForPickAll(): Boolean { open fun canTakeItemForPickAll(): Boolean {
return false return true
} }
} }