From 0fbd8bf77b3a2843c40c0d50068de0485a8c0213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 19 Oct 2014 19:37:44 +0200 Subject: [PATCH] Fixed component buses not being installable in servers. --- .../cil/oc/integration/opencomputers/DriverComponentBus.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/li/cil/oc/integration/opencomputers/DriverComponentBus.scala b/src/main/scala/li/cil/oc/integration/opencomputers/DriverComponentBus.scala index 5e9e09b82..8bf228c70 100644 --- a/src/main/scala/li/cil/oc/integration/opencomputers/DriverComponentBus.scala +++ b/src/main/scala/li/cil/oc/integration/opencomputers/DriverComponentBus.scala @@ -14,7 +14,7 @@ object DriverComponentBus extends Item with Processor { override def createEnvironment(stack: ItemStack, host: EnvironmentHost) = null - override def slot(stack: ItemStack) = Slot.None + override def slot(stack: ItemStack) = Slot.ComponentBus override def tier(stack: ItemStack) = Items.multi.subItem(stack) match {