/// The delay for which two votekicks are allowed to be made by separate people, in seconds.
/// </summary>
public static readonly CVarDef<float> VotekickTimeout =
- CVarDef.Create("votekick.timeout", 120f, CVar.SERVERONLY);
+ CVarDef.Create("votekick.timeout", 60f, CVar.SERVERONLY);
/// <summary>
/// Sets the duration of the votekick vote timer.
/// </summary>
public static readonly CVarDef<int>
- VotekickTimer = CVarDef.Create("votekick.timer", 60, CVar.SERVERONLY);
+ VotekickTimer = CVarDef.Create("votekick.timer", 45, CVar.SERVERONLY);
/// <summary>
/// Config for how many hours playtime a player must have to get protection from the Raider votekick type when playing as an antag.