]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
parallax hotfix (#15691)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sun, 23 Apr 2023 10:28:40 +0000 (10:28 +0000)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 10:28:40 +0000 (20:28 +1000)
Content.Shared/Parallax/ParallaxComponent.cs

index 62ba704e97b00c60c61493788ad4b00bea470112..79ae855a216509fc63e8742a85fea3e44d0dea50 100644 (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.