remove usages of obsolete EntityUid method variants (#35106)

eughhhhh
This commit is contained in:
Milon
2025-02-16 03:06:23 +01:00
committed by GitHub
parent 831dbef591
commit e97d6870cc
6 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ public sealed class BeamSystem : SharedBeamSystem
_physics.SetBodyType(ent, BodyType.Dynamic, manager: manager, body: physics);
_physics.SetCanCollide(ent, true, manager: manager, body: physics);
_broadphase.RegenerateContacts(ent, physics, manager);
_broadphase.RegenerateContacts((ent, physics, manager));
var distanceLength = distanceCorrection.Length();