Revert d2e1dc3141
- "Possible fix for #1386", fixes #1439
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
### 1.5.18
|
||||
- Added Project E integration for the External Storage on the Transmutation Table (raoulvdberge)
|
||||
- Added Project E integration for the energy values of Solderer items (raoulvdberge)
|
||||
- Fixed network not disconnecting when Controller is broken (raoulvdberge)
|
||||
|
||||
### 1.5.17
|
||||
- Re-added support for OpenComputers (raoulvdberge)
|
||||
|
@@ -266,6 +266,15 @@ public class TileController extends TileBase implements ITickable, INetwork, IRe
|
||||
return networkItemHandler;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invalidate() {
|
||||
super.invalidate();
|
||||
|
||||
if (world != null && !world.isRemote) {
|
||||
nodeGraph.disconnectAll();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public IStorageCache<ItemStack> getItemStorageCache() {
|
||||
return itemStorage;
|
||||
|
Reference in New Issue
Block a user