:skull_rotate:

This commit is contained in:
DBotThePony 2025-02-24 18:08:02 +07:00
parent d0ee1fb0e3
commit d4636038cc
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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()
}