From e39cce358163c83c388a75a5b15d02fc57a3ea1f Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:31:04 +0100 Subject: [PATCH] Update MothAccentSystem.cs --- Content.Server/Speech/EntitySystems/MothAccentSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Speech/EntitySystems/MothAccentSystem.cs b/Content.Server/Speech/EntitySystems/MothAccentSystem.cs index 9f18011bbfc..d1414c21fe9 100644 --- a/Content.Server/Speech/EntitySystems/MothAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/MothAccentSystem.cs @@ -6,7 +6,6 @@ namespace Content.Server.Speech.EntitySystems; public sealed class MothAccentSystem : EntitySystem { - [Dependency] private readonly IRobustRandom _random = default!; // Corvax-Localization public override void Initialize()