diff --git a/Content.Server/Mind/MindSystem.cs b/Content.Server/Mind/MindSystem.cs index b6121da439..daf2c4a9c5 100644 --- a/Content.Server/Mind/MindSystem.cs +++ b/Content.Server/Mind/MindSystem.cs @@ -80,6 +80,7 @@ public sealed class MindSystem : EntitySystem } else if (mind.GhostOnShutdown) { + Transform(uid).AttachToGridOrMap(); var spawnPosition = Transform(uid).Coordinates; // Use a regular timer here because the entity has probably been deleted. Timer.Spawn(0, () =>