Make ActiveInputMover a purely Runtime component

This commit is contained in:
BarryNorfolk 2026-02-16 21:12:20 +01:00
parent d9ddb0abc2
commit 2180745797
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Content.Shared.Movement.Components;
/// </remarks> /// </remarks>
/// <seealso cref="InputMoverComponent"/> /// <seealso cref="InputMoverComponent"/>
/// <seealso cref="SharedMoverController.UpdateMoverStatus"/> /// <seealso cref="SharedMoverController.UpdateMoverStatus"/>
[RegisterComponent, Access(typeof(SharedMoverController))] [RegisterComponent, Access(typeof(SharedMoverController)), UnsavedComponent] // DeltaV - Make Unsaved
public sealed partial class ActiveInputMoverComponent : Component public sealed partial class ActiveInputMoverComponent : Component
{ {
/// <summary> /// <summary>