From c1d42de99193c836dbf377173ad114aab6588096 Mon Sep 17 00:00:00 2001 From: py01 <60152240+collinlunn@users.noreply.github.com> Date: Tue, 22 Dec 2020 23:31:50 -0600 Subject: [PATCH] Fixes PipeDirections not having Flags attribute (#2809) Co-authored-by: py01 --- .../GameObjects/Components/Atmos/SharedPipeComponent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Shared/GameObjects/Components/Atmos/SharedPipeComponent.cs b/Content.Shared/GameObjects/Components/Atmos/SharedPipeComponent.cs index 3e32da53ba..25301171ab 100644 --- a/Content.Shared/GameObjects/Components/Atmos/SharedPipeComponent.cs +++ b/Content.Shared/GameObjects/Components/Atmos/SharedPipeComponent.cs @@ -1,4 +1,4 @@ -using System; +using System; using Robust.Shared.Maths; using Robust.Shared.Serialization; @@ -23,6 +23,7 @@ namespace Content.Shared.GameObjects.Components.Atmos } } + [Flags] public enum PipeDirection { None = 0,