Lots of pathfinder bugfixes (#8248)

This commit is contained in:
metalgearsloth
2022-05-19 07:53:37 +10:00
committed by GitHub
parent ceaa552165
commit 8a10107616
7 changed files with 64 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.ParticleAccelerator.EntitySystems
private static void BodyTypeChanged(
EntityUid uid,
ParticleAcceleratorPartComponent component,
PhysicsBodyTypeChangedEvent args)
ref PhysicsBodyTypeChangedEvent args)
{
component.OnAnchorChanged();
}