Fix bad string format error in Rider (#10339)
This commit is contained in:
committed by
GitHub
parent
9bf101e729
commit
139713eb13
@@ -43,7 +43,7 @@ namespace Content.Server.Cloning.Systems
|
|||||||
|
|
||||||
private void OnComponentInit(EntityUid uid, CloningPodComponent clonePod, ComponentInit args)
|
private void OnComponentInit(EntityUid uid, CloningPodComponent clonePod, ComponentInit args)
|
||||||
{
|
{
|
||||||
clonePod.BodyContainer = _containerSystem.EnsureContainer<ContainerSlot>(clonePod.Owner, $"{Name}-bodyContainer");
|
clonePod.BodyContainer = _containerSystem.EnsureContainer<ContainerSlot>(clonePod.Owner, "clonepod-bodyContainer");
|
||||||
_signalSystem.EnsureReceiverPorts(uid, CloningPodComponent.PodPort);
|
_signalSystem.EnsureReceiverPorts(uid, CloningPodComponent.PodPort);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user