:skull_rotate:
This commit is contained in:
parent
d0ee1fb0e3
commit
d4636038cc
@ -53,7 +53,7 @@ open class MatterySlot(container: Container, index: Int, x: Int = 0, y: Int = 0)
|
||||
|
||||
override fun setChanged() {
|
||||
if (container is IMatteryContainer) {
|
||||
(container as IMatteryContainer).setChanged(index)
|
||||
(container as IMatteryContainer).setChanged(containerSlot)
|
||||
} else {
|
||||
super.setChanged()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user