Add CVar for customizing round restart time (#19136)
Co-authored-by: TsjipTsjip <19798667+TsjipTsjip@users.noreply.github.com>
This commit is contained in:
@@ -312,6 +312,13 @@ namespace Content.Shared.CCVar
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> ArtifactRoundEndTimer = CVarDef.Create("game.artifact_round_end_timer", 0.5f, CVar.NOTIFY | CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// The time in seconds that the server should wait before restarting the round.
|
||||
/// Defaults to 2 minutes.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> RoundRestartTime =
|
||||
CVarDef.Create("game.round_restart_time", 120f, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Discord
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user