Add body part and body manager interfaces (#1939)
* Add body part and body manager interfaces * Merge fixes
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Content.Server.GameObjects.Components.Body
|
||||
|
||||
foreach (var connectedPart in parts)
|
||||
{
|
||||
if (!connectedPart.CanAttachBodyPart(ContainedBodyPart))
|
||||
if (!connectedPart.CanAttachPart(ContainedBodyPart))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user