diff --git a/Content.Server/Drone/DroneSystem.cs b/Content.Server/Drone/DroneSystem.cs index 37e04b7a21..505febfca6 100644 --- a/Content.Server/Drone/DroneSystem.cs +++ b/Content.Server/Drone/DroneSystem.cs @@ -87,7 +87,7 @@ namespace Content.Server.Drone if (TryComp(uid, out var body)) _bodySystem.GibBody(uid, body: body); - Del(uid); + QueueDel(uid); } }