From 8c22d9288c35bac3fd7c9cb4b396f09f923fcff6 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Sat, 12 Apr 2025 15:46:01 +0100 Subject: [PATCH] remove extra queuedel --- .../Destructible/Thresholds/Behaviors/BurnBodyBehavior.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Destructible/Thresholds/Behaviors/BurnBodyBehavior.cs b/Content.Server/Destructible/Thresholds/Behaviors/BurnBodyBehavior.cs index a697633397..091a49b944 100644 --- a/Content.Server/Destructible/Thresholds/Behaviors/BurnBodyBehavior.cs +++ b/Content.Server/Destructible/Thresholds/Behaviors/BurnBodyBehavior.cs @@ -38,7 +38,6 @@ public sealed partial class BurnBodyBehavior : IThresholdBehavior else { sharedPopupSystem.PopupCoordinates(Loc.GetString("bodyburn-text-others", ("name", bodyIdentity)), transformSystem.GetMoverCoordinates(bodyId), PopupType.LargeCaution); - system.EntityManager.QueueDeleteEntity(bodyId); } // End Shitmed Changes