Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
namespace Content.Server.Sprite.Components
|
||||
{
|
||||
[RegisterComponent, ComponentProtoName("RandomSpriteColor")]
|
||||
[RegisterComponent]
|
||||
public class RandomSpriteColorComponent : Component
|
||||
{
|
||||
// This should handle random states + colors for layers.
|
||||
|
||||
Reference in New Issue
Block a user