Fix mispredict when closing a crematorium you are standing over (#20541)
This commit is contained in:
parent
8339ecca22
commit
8903e329e5
|
|
@ -1,7 +1,6 @@
|
|||
namespace Content.Server.Morgue.Components;
|
||||
namespace Content.Shared.Morgue.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class EntityStorageLayingDownOverrideComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
using Content.Server.Morgue.Components;
|
||||
using Content.Shared.Body.Components;
|
||||
using Content.Shared.Morgue.Components;
|
||||
using Content.Shared.Standing;
|
||||
using Content.Shared.Storage.Components;
|
||||
|
||||
namespace Content.Server.Morgue;
|
||||
namespace Content.Shared.Morgue;
|
||||
|
||||
public sealed class EntityStorageLayingDownOverrideSystem : EntitySystem
|
||||
{
|
||||
Loading…
Reference in New Issue