easiest bug fix of my life (#20686)

This commit is contained in:
Vasilis
2023-10-02 20:30:51 +02:00
committed by GitHub
parent c12d0c5fa9
commit 3131481865

View File

@@ -99,6 +99,7 @@ public sealed class ImmovableRodSystem : EntitySystem
_popup.PopupEntity(Loc.GetString("immovable-rod-penetrated-mob", ("rod", uid), ("mob", ent)), uid, PopupType.LargeCaution);
_bodySystem.GibBody(ent, body: body);
return;
}
QueueDel(ent);