diff --git a/Content.Shared/Stealth/Components/StealthOnMoveComponent.cs b/Content.Shared/Stealth/Components/StealthOnMoveComponent.cs
index c4f6face5b..8d289e7077 100644
--- a/Content.Shared/Stealth/Components/StealthOnMoveComponent.cs
+++ b/Content.Shared/Stealth/Components/StealthOnMoveComponent.cs
@@ -1,10 +1,12 @@
+using Robust.Shared.GameStates;
+
namespace Content.Shared.Stealth.Components
{
///
/// When added to an entity with stealth component, this component will change the visibility
/// based on the entity's (lack of) movement.
///
- [RegisterComponent]
+ [RegisterComponent, NetworkedComponent]
public sealed class StealthOnMoveComponent : Component
{
///