diff --git a/li/cil/oc/common/container/Robot.scala b/li/cil/oc/common/container/Robot.scala index 3bd76baac..bc812f7a0 100644 --- a/li/cil/oc/common/container/Robot.scala +++ b/li/cil/oc/common/container/Robot.scala @@ -23,6 +23,7 @@ class Robot(playerInventory: InventoryPlayer, robot: tileentity.Robot) extends P var lastSentBuffer = -1 override def detectAndSendChanges() { + super.detectAndSendChanges() if ((robot.globalBuffer - lastSentBuffer).abs > 1) { ServerPacketSender.sendPowerState(robot) }