mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers
This commit is contained in:
commit
35116c26cb
@ -19,7 +19,7 @@ trait Environment extends TileEntity with network.Environment with driver.Contai
|
|||||||
|
|
||||||
override def markChanged() = onInventoryChanged()
|
override def markChanged() = onInventoryChanged()
|
||||||
|
|
||||||
protected def isConnected = node.address != null && node.network != null
|
protected def isConnected = node != null && node.address != null && node.network != null
|
||||||
|
|
||||||
// ----------------------------------------------------------------------- //
|
// ----------------------------------------------------------------------- //
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user