From c51384a8b36fe9df93412ac3d87e72e575d3e108 Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 12 Oct 2025 14:36:48 +0300 Subject: [PATCH] cbt fix --- Content.Client/_CP14/Roof/CP14RoofMarkerComponent.cs | 6 ------ Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 Content.Client/_CP14/Roof/CP14RoofMarkerComponent.cs diff --git a/Content.Client/_CP14/Roof/CP14RoofMarkerComponent.cs b/Content.Client/_CP14/Roof/CP14RoofMarkerComponent.cs deleted file mode 100644 index 0f31ff207b..0000000000 --- a/Content.Client/_CP14/Roof/CP14RoofMarkerComponent.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Content.Client._CP14.Roof; - -[RegisterComponent] -public sealed partial class CP14RoofMarkerComponent : Component -{ -} diff --git a/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs b/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs index 0c996f49f5..a5d9d78f66 100644 --- a/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs +++ b/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs @@ -139,7 +139,7 @@ public sealed partial class CP14RoundEndSystem _consoleHost.ExecuteCommand("golobby"); }), - (22, 44, () => + (20, 45, () => { if (ruDays) return; @@ -150,14 +150,14 @@ public sealed partial class CP14RoundEndSystem sender: "Server" ); }), - (22, 58, () => + (20, 58, () => { if (ruDays) return; _consoleHost.ExecuteCommand("endround"); }), - (23, 00, () => + (21, 00, () => { if (ruDays) return;