remove extra queuedel

This commit is contained in:
deltanedas 2025-04-12 15:46:01 +01:00
parent 58a090d56b
commit 8c22d9288c
1 changed files with 0 additions and 1 deletions

View File

@ -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