Fix RotateWhilePulling not working (#29032)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Movement.Pulling.Components;
|
||||
/// <summary>
|
||||
/// Specifies an entity as being able to pull another entity with <see cref="PullableComponent"/>
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)]
|
||||
[Access(typeof(PullingSystem))]
|
||||
public sealed partial class PullerComponent : Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user