Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Server.Atmos.Components
|
||||
{
|
||||
[RegisterComponent, ComponentProtoName("AtmosPlaque")]
|
||||
[RegisterComponent]
|
||||
public sealed class AtmosPlaqueComponent : Component
|
||||
{
|
||||
[DataField("plaqueType")] public PlaqueType Type = PlaqueType.Unset;
|
||||
|
||||
Reference in New Issue
Block a user