Should be fixed
This commit is contained in:
parent
4d1b3d0721
commit
661d421ffe
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class PartPressurizedTube extends PartTransmitter<GasNetwork>
|
|||
cacheGas = null;
|
||||
}
|
||||
|
||||
if(getTransmitterNetwork(false) != null)
|
||||
if(getTransmitterNetwork(false) != null && getTransmitterNetwork(false).getSize() > 0)
|
||||
{
|
||||
int last = lastWrite != null ? lastWrite.amount : 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue