diff --git a/Content.Server/Body/Systems/RespiratorSystem.cs b/Content.Server/Body/Systems/RespiratorSystem.cs index 2b9c1c70fb..989c08b9f3 100644 --- a/Content.Server/Body/Systems/RespiratorSystem.cs +++ b/Content.Server/Body/Systems/RespiratorSystem.cs @@ -126,7 +126,7 @@ namespace Content.Server.Body.Systems if (!Resolve(uid, ref body, false)) return; - var organs = _bodySystem.GetComponentsOnMechanisms(uid, body).ToArray(); + var organs = _bodySystem.GetComponentsOnMechanisms(uid, body); // exhale gas