mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Should fix #1119.
This commit is contained in:
parent
d2b51db61d
commit
b96204dc56
@ -57,7 +57,7 @@ object DriverController extends DriverTileEntity with EnvironmentAware {
|
||||
class Environment(tileEntity: AETile) extends ManagedTileEntityEnvironment[AETile](tileEntity, "me_controller") with NamedBlock {
|
||||
override def preferredName = "me_controller"
|
||||
|
||||
override def priority = 0
|
||||
override def priority = 5
|
||||
|
||||
@Callback(doc = "function():table -- Get a list of tables representing the available CPUs in the network.")
|
||||
def getCpus(context: Context, args: Arguments): Array[AnyRef] =
|
||||
@ -281,4 +281,4 @@ object DriverController extends DriverTileEntity with EnvironmentAware {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user