mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-23 04:24:16 -04:00
Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers into OC1.3-MC1.7.2
This commit is contained in:
commit
db2b443f51
@ -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
|
||||
|
||||
// ----------------------------------------------------------------------- //
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user