Fix PA construction crash, make it clear that PA construction needs LV cables (#4506)
This commit is contained in:
@@ -21,7 +21,8 @@ namespace Content.Server.ParticleAccelerator.EntitySystems
|
||||
ParticleAcceleratorPowerBoxComponent component,
|
||||
PowerConsumerReceivedChanged args)
|
||||
{
|
||||
component.Master!.PowerBoxReceivedChanged(args);
|
||||
if (component.Master != null)
|
||||
component.Master.PowerBoxReceivedChanged(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user