Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Content.Server.Bible.Components
|
||||
{
|
||||
[RegisterComponent, ComponentProtoName("Bible")]
|
||||
[RegisterComponent]
|
||||
public sealed class BibleComponent : Component
|
||||
{
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@ using Robust.Shared.Analyzers;
|
||||
|
||||
namespace Content.Server.Bible.Components
|
||||
{
|
||||
[RegisterComponent, ComponentProtoName("BibleUser")]
|
||||
[RegisterComponent]
|
||||
public sealed class BibleUserComponent : Component {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user