Merge branch 'OC1.3-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10

This commit is contained in:
Florian Nücke 2014-07-17 17:52:54 +02:00
commit eadc882d8a

View File

@ -19,7 +19,7 @@ trait Environment extends TileEntity with network.Environment with driver.Contai
override def markChanged() = markDirty()
protected def isConnected = node.address != null && node.network != null
protected def isConnected = node != null && node.address != null && node.network != null
// ----------------------------------------------------------------------- //