parallax hotfix (#15691)

This commit is contained in:
deltanedas
2023-04-23 10:28:40 +00:00
committed by GitHub
parent 5d14696cb9
commit 17fa2df632

View File

@@ -6,7 +6,7 @@ namespace Content.Shared.Parallax;
/// <summary>
/// Handles per-map parallax
/// </summary>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)]
public sealed partial class ParallaxComponent : Component
{
// I wish I could use a typeserializer here but parallax is extremely client-dependent.