Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Warps
|
||||
/// <summary>
|
||||
/// Allows ghosts etc to warp to this entity by name.
|
||||
/// </summary>
|
||||
[RegisterComponent, ComponentProtoName("WarpPoint")]
|
||||
[RegisterComponent]
|
||||
public sealed class WarpPointComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("location")] public string? Location { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user