Merge branch master-MC1.10 into master-MC1.11

This commit is contained in:
payonel 2017-10-03 12:33:15 -07:00
commit da4bd5116a

View File

@ -623,6 +623,7 @@ class Robot extends traits.Computer with traits.PowerInformation with traits.Rot
for (slot <- componentSlots) { for (slot <- componentSlots) {
getComponentInSlot(slot) match { getComponentInSlot(slot) match {
case keyboard: api.internal.Keyboard => buffer.node.connect(keyboard.node) case keyboard: api.internal.Keyboard => buffer.node.connect(keyboard.node)
case gpu: li.cil.oc.server.component.GraphicsCard => buffer.node.connect(gpu.node)
case _ => case _ =>
} }
} }