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