Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Content.Server.PDA.Ringer
|
||||
[RegisterComponent]
|
||||
public sealed class RingerComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("ringtone")]
|
||||
public Note[] Ringtone = new Note[SharedRingerSystem.RingtoneLength];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user