game role timers true

This commit is contained in:
Jabak
2024-08-25 15:35:43 +03:00
parent ecf9a43bdc
commit 3f297594a9

View File

@@ -236,7 +236,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>
/// Override default role requirements using a <see cref="JobRequirementOverridePrototype"/>