Turn role timers on by default (#10552)

This commit is contained in:
metalgearsloth
2022-08-13 14:14:56 +10:00
committed by GitHub
parent 145af26ea4
commit 36ba197a25
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ public static class PoolManager
(CCVars.VelocityConstraintMinimumThreads.Name, "1", true),
(CCVars.VelocityConstraintsPerThread.Name, "999", true),
(CCVars.ThreadParallelCount.Name, "1", true),
(CCVars.GameRoleTimers.Name, "false", false),
};
private static int PairId = 0;

View File

@@ -186,7 +186,7 @@ namespace Content.Shared.CCVar
/// If roles should be restricted based on time.
/// </summary>
public static readonly CVarDef<bool>
GameRoleTimers = CVarDef.Create("game.role_timers", false, CVar.SERVER | CVar.REPLICATED);
GameRoleTimers = CVarDef.Create("game.role_timers", true, CVar.SERVER | CVar.REPLICATED);
/// <summary>
/// Whether a random position offset will be applied to the station on roundstart.