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

@@ -57,7 +57,7 @@ namespace Content.Server.Singularity.EntitySystems
private static void BodyTypeChanged(
EntityUid uid,
ContainmentFieldGeneratorComponent component,
PhysicsBodyTypeChangedEvent args)
ref PhysicsBodyTypeChangedEvent args)
{
component.OnAnchoredChanged();
}