Remove redundant read-only VV from datafields (#12626)

This commit is contained in:
DrSmugleaf
2022-11-16 20:22:11 +01:00
committed by GitHub
parent fb892cb374
commit 7fbc2608e8
179 changed files with 171 additions and 462 deletions

View File

@@ -1,6 +1,3 @@
using Content.Server.Atmos.Components;
using Robust.Shared.Map;
namespace Content.Server.Atmos.Piping.Components
{
/// <summary>
@@ -19,7 +16,6 @@ namespace Content.Server.Atmos.Piping.Components
/// <summary>
/// Whether this device will join an entity system to process when not in a grid.
/// </summary>
[ViewVariables]
[DataField("joinSystem")]
public bool JoinSystem { get; } = false;