fix health analyzer crash (#26700)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -49,6 +49,12 @@ public sealed class HealthAnalyzerSystem : EntitySystem
|
|||||||
if (component.ScannedEntity is not {} patient)
|
if (component.ScannedEntity is not {} patient)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (Deleted(patient))
|
||||||
|
{
|
||||||
|
StopAnalyzingEntity((uid, component), patient);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
component.NextUpdate = _timing.CurTime + component.UpdateInterval;
|
component.NextUpdate = _timing.CurTime + component.UpdateInterval;
|
||||||
|
|
||||||
//Get distance between health analyzer and the scanned entity
|
//Get distance between health analyzer and the scanned entity
|
||||||
|
|||||||
Reference in New Issue
Block a user