mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
ae2 startup fix
This commit is contained in:
parent
ea9b6b1559
commit
79a632e9f2
@ -76,7 +76,7 @@ trait AppliedEnergistics2 extends Common with IGridHost {
|
||||
|
||||
override def setWorld(worldIn: World): Unit = {
|
||||
super.setWorld(worldIn)
|
||||
if (worldIn != null && isServer) {
|
||||
if (worldIn != null && isServer && useAppliedEnergistics2Power) {
|
||||
val gridNode = getGridNode(AEPartLocation.INTERNAL)
|
||||
if (gridNode != null) {
|
||||
gridNode.updateState()
|
||||
|
Loading…
x
Reference in New Issue
Block a user