Content update for ECS physics (#13291)
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Content.Server.Disposal.Unit.EntitySystems
|
||||
|
||||
if (EntityManager.TryGetComponent(entity, out PhysicsComponent? physics))
|
||||
{
|
||||
_physicsSystem.WakeBody(entity, physics);
|
||||
_physicsSystem.WakeBody(entity, body: physics);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user