Skip to content

Commit

Permalink
Fix mispredict when closing a crematorium you are standing over (spac…
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf authored Sep 27, 2023
1 parent 5eb8a1d commit 0c881e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Content.Server.Morgue.Components;
namespace Content.Shared.Morgue.Components;

[RegisterComponent]
public sealed partial class EntityStorageLayingDownOverrideComponent : Component
{

}
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit 0c881e6

Please sign in to comment.