From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Wed, 17 May 2023 00:44:38 +0000 (-0400) Subject: Fix anomaly exceptions (Use QueueDel) (#16524) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a1799de4c1fceda935981ac9ebdad908c181a853;p=space-station-14.git Fix anomaly exceptions (Use QueueDel) (#16524) --- diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 79b07c6d46..60ec92dd92 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -221,7 +221,7 @@ public abstract class SharedAnomalySystem : EntitySystem if (Terminating(uid) || _net.IsClient) return; - Del(uid); + QueueDel(uid); } ///