Slight localization func cleanup (#11380)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Server.Storage.Components
|
||||
public sealed class SecretStashComponent : Component
|
||||
{
|
||||
private string _secretPartName = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Max item size that can be fitted into secret stash.
|
||||
/// </summary>
|
||||
@@ -27,7 +27,7 @@ namespace Content.Server.Storage.Components
|
||||
/// IC secret stash name. For example "the toilet cistern".
|
||||
/// If empty string, will replace it with entity name in init.
|
||||
/// </summary>
|
||||
[ViewVariables] [DataField("secretPartName")]
|
||||
[ViewVariables] [DataField("secretPartName", readOnly: true)]
|
||||
public string SecretPartName
|
||||
{
|
||||
get => _secretPartName;
|
||||
|
||||
Reference in New Issue
Block a user