Add EntityUid fields to some physics events (#17055)
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Content.Shared.Pulling
|
||||
|
||||
private void OnJointRemoved(EntityUid uid, SharedPullableComponent component, JointRemovedEvent args)
|
||||
{
|
||||
if (component.Puller != args.OtherBody.Owner)
|
||||
if (component.Puller != args.OtherEntity)
|
||||
return;
|
||||
|
||||
// Do we have some other join with our Puller?
|
||||
|
||||
Reference in New Issue
Block a user