mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
More mysterious NPEs!
This commit is contained in:
parent
81bdce12be
commit
15125cc4b6
@ -19,7 +19,7 @@ trait Environment extends TileEntity with network.Environment with driver.Contai
|
||||
|
||||
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