diff --git a/Content.Server/Administration/Commands/AGhost.cs b/Content.Server/Administration/Commands/AGhost.cs index 9e4eb4e412..15e5c01aa3 100644 --- a/Content.Server/Administration/Commands/AGhost.cs +++ b/Content.Server/Administration/Commands/AGhost.cs @@ -46,7 +46,7 @@ namespace Content.Server.Administration.Commands var coordinates = player.AttachedEntity != null ? _entities.GetComponent(player.AttachedEntity.Value).Coordinates : EntitySystem.Get().GetObserverSpawnPoint(); - var ghost = _entities.SpawnEntity("AdminObserver", coordinates); + var ghost = _entities.SpawnEntity("AdminObserver", coordinates.ToMap(_entities)); if (canReturn) {