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

@@ -109,7 +109,7 @@ public sealed class ConveyorController : SharedConveyorController
component.State = state;
if (TryComp<PhysicsComponent>(uid, out var physics))
_broadphase.RegenerateContacts(uid, physics);
_broadphase.RegenerateContacts((uid, physics));
UpdateAppearance(uid, component);
Dirty(uid, component);