Remove FixtureId (#19280)
This commit is contained in:
@@ -36,7 +36,8 @@ namespace Content.Server.Stunnable
|
||||
}
|
||||
private void HandleCollide(EntityUid uid, StunOnCollideComponent component, ref StartCollideEvent args)
|
||||
{
|
||||
if (args.OurFixture.ID != component.FixtureID) return;
|
||||
if (args.OurFixtureId != component.FixtureID)
|
||||
return;
|
||||
|
||||
TryDoCollideStun(uid, component, args.OtherEntity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user