diff --git a/Content.Client/Chat/ChatBox.cs b/Content.Client/Chat/ChatBox.cs index eef74bf4f9..c0c5e46488 100644 --- a/Content.Client/Chat/ChatBox.cs +++ b/Content.Client/Chat/ChatBox.cs @@ -22,7 +22,7 @@ namespace Content.Client.Chat private readonly IList _inputHistory = new List(); - private ILocalizationManager localize = IoCManager.Resolve(); + private readonly ILocalizationManager localize = IoCManager.Resolve(); public LineEdit Input { get; private set; } public OutputPanel Contents { get; }