diff --git a/Content.Server/Cloning/CloningSystem.cs b/Content.Server/Cloning/CloningSystem.cs index 3b9a4c2d3c..be67623a00 100644 --- a/Content.Server/Cloning/CloningSystem.cs +++ b/Content.Server/Cloning/CloningSystem.cs @@ -43,7 +43,7 @@ namespace Content.Server.Cloning.Systems private void OnComponentInit(EntityUid uid, CloningPodComponent clonePod, ComponentInit args) { - clonePod.BodyContainer = _containerSystem.EnsureContainer(clonePod.Owner, $"{Name}-bodyContainer"); + clonePod.BodyContainer = _containerSystem.EnsureContainer(clonePod.Owner, "clonepod-bodyContainer"); _signalSystem.EnsureReceiverPorts(uid, CloningPodComponent.PodPort); }