diff --git a/Content.Server/GameObjects/Components/Projectiles/ThrownItemComponent.cs b/Content.Server/GameObjects/Components/Projectiles/ThrownItemComponent.cs index ee8d2cb53c..5bc7f4660d 100644 --- a/Content.Server/GameObjects/Components/Projectiles/ThrownItemComponent.cs +++ b/Content.Server/GameObjects/Components/Projectiles/ThrownItemComponent.cs @@ -48,7 +48,7 @@ namespace Content.Server.GameObjects.Components private void StopThrow() { - if (Owner.Deleted) + if (Deleted) { return; }