Remove FixtureId (#19280)

This commit is contained in:
metalgearsloth
2023-08-23 18:55:58 +10:00
committed by GitHub
parent 2cc1f8f0fe
commit 735626654a
23 changed files with 66 additions and 69 deletions

View File

@@ -33,7 +33,7 @@ public sealed class FlyBySoundSystem : SharedFlyBySoundSystem
return;
}
if (args.OurFixture.ID != FlyByFixture ||
if (args.OurFixtureId != FlyByFixture ||
!_random.Prob(component.Prob))
{
return;