From ba34712789eacfb4b0360f7bf9ad15d1e83ec0c4 Mon Sep 17 00:00:00 2001 From: username <113782077+whateverusername0@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:04:25 +1000 Subject: [PATCH] ok --- Content.Server/_White/Standing/LayingDownSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_White/Standing/LayingDownSystem.cs b/Content.Server/_White/Standing/LayingDownSystem.cs index b43a4d6813c..95315c28c33 100644 --- a/Content.Server/_White/Standing/LayingDownSystem.cs +++ b/Content.Server/_White/Standing/LayingDownSystem.cs @@ -5,7 +5,7 @@ namespace Content.Server.Standing; -public sealed class LayingDownSystem : SharedLayingDownSystem // WD EDIT +public sealed class LayingDownSystem : SharedLayingDownSystem { [Dependency] private readonly INetConfigurationManager _cfg = default!;