Change postround to 2 minutes (#13417)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Server.RoundEnd
|
|||||||
/// Countdown to use where there is no station alert countdown to be found.
|
/// Countdown to use where there is no station alert countdown to be found.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(4);
|
public TimeSpan DefaultCountdownDuration { get; set; } = TimeSpan.FromMinutes(4);
|
||||||
public TimeSpan DefaultRestartRoundDuration { get; set; } = TimeSpan.FromMinutes(1);
|
public TimeSpan DefaultRestartRoundDuration { get; set; } = TimeSpan.FromMinutes(2);
|
||||||
|
|
||||||
private CancellationTokenSource? _countdownTokenSource = null;
|
private CancellationTokenSource? _countdownTokenSource = null;
|
||||||
private CancellationTokenSource? _cooldownTokenSource = null;
|
private CancellationTokenSource? _cooldownTokenSource = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user