From 619549ccfa5c8c90d34e543c9abbea058da75f46 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:32:44 +1300 Subject: [PATCH] Maybe fix test (#12480) --- Content.Server/Drone/DroneSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }