Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -3,7 +3,6 @@ using Content.Server.Atmos;
|
||||
using Content.Server.Atmos.EntitySystems;
|
||||
using Content.Server.NodeContainer.Nodes;
|
||||
using Content.Shared.Atmos;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.NodeContainer.NodeGroups
|
||||
@@ -23,7 +22,7 @@ namespace Content.Server.NodeContainer.NodeGroups
|
||||
|
||||
[ViewVariables] private AtmosphereSystem? _atmosphereSystem;
|
||||
|
||||
public GridId Grid => GridId;
|
||||
public EntityUid Grid => GridId;
|
||||
|
||||
public override void Initialize(Node sourceNode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user