Maybe fix test (#12480)

This commit is contained in:
Leon Friedrich
2022-11-09 13:32:44 +13:00
committed by GitHub
parent 58cb7121b0
commit 619549ccfa

View File

@@ -87,7 +87,7 @@ namespace Content.Server.Drone
if (TryComp<BodyComponent>(uid, out var body))
_bodySystem.GibBody(uid, body: body);
Del(uid);
QueueDel(uid);
}
}