Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Увеличение времени прилёта автоэвака с 10 до 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 14, 2024
1 parent 1525f1c commit 29a1eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/RoundEnd/RoundEndSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed class RoundEndSystem : EntitySystem
/// <summary>
/// Countdown to use where there is no station alert countdown to be found.
/// </summary>
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(10);
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(30);

private CancellationTokenSource? _countdownTokenSource = null;
private CancellationTokenSource? _cooldownTokenSource = null;
Expand Down

0 comments on commit 29a1eb6

Please sign in to comment.