From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:23:04 +0000 (+1100) Subject: Write loadedChunks for biomes (#14255) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1f15a213235a197f418935fff7df306b730cf812;p=space-station-14.git Write loadedChunks for biomes (#14255) --- diff --git a/Content.Shared/Parallax/Biomes/BiomeComponent.cs b/Content.Shared/Parallax/Biomes/BiomeComponent.cs index 1331cfa6a7..eaed8a030d 100644 --- a/Content.Shared/Parallax/Biomes/BiomeComponent.cs +++ b/Content.Shared/Parallax/Biomes/BiomeComponent.cs @@ -34,6 +34,6 @@ public sealed class BiomeComponent : Component /// /// Currently active chunks /// - [ViewVariables] + [DataField("loadedChunks")] public readonly HashSet LoadedChunks = new(); }