cbt fix
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
namespace Content.Client._CP14.Roof;
|
|
||||||
|
|
||||||
[RegisterComponent]
|
|
||||||
public sealed partial class CP14RoofMarkerComponent : Component
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@@ -139,7 +139,7 @@ public sealed partial class CP14RoundEndSystem
|
|||||||
|
|
||||||
_consoleHost.ExecuteCommand("golobby");
|
_consoleHost.ExecuteCommand("golobby");
|
||||||
}),
|
}),
|
||||||
(22, 44, () =>
|
(20, 45, () =>
|
||||||
{
|
{
|
||||||
if (ruDays)
|
if (ruDays)
|
||||||
return;
|
return;
|
||||||
@@ -150,14 +150,14 @@ public sealed partial class CP14RoundEndSystem
|
|||||||
sender: "Server"
|
sender: "Server"
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
(22, 58, () =>
|
(20, 58, () =>
|
||||||
{
|
{
|
||||||
if (ruDays)
|
if (ruDays)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_consoleHost.ExecuteCommand("endround");
|
_consoleHost.ExecuteCommand("endround");
|
||||||
}),
|
}),
|
||||||
(23, 00, () =>
|
(21, 00, () =>
|
||||||
{
|
{
|
||||||
if (ruDays)
|
if (ruDays)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user