fix a typo in the comments for game.ipintel_exempt_playtime (#40129)

This commit is contained in:
Skye
2025-09-05 19:09:48 +09:00
committed by GitHub
parent d488ca96b2
commit d89f0682e6

View File

@@ -291,10 +291,10 @@ public sealed partial class CCVars
/// <summary> /// <summary>
/// Amount of playtime in minutes to be exempt from an IP check. 0 to search everyone. 5 hours by default. /// Amount of playtime in minutes to be exempt from an IP check. 0 to search everyone. 5 hours by default.
/// </summary>
/// <remarks> /// <remarks>
/// Trust me you want one. /// Trust me you want one.
/// </remarks>> /// </remarks>
/// </summary>
public static readonly CVarDef<TimeSpan> GameIPIntelExemptPlaytime = public static readonly CVarDef<TimeSpan> GameIPIntelExemptPlaytime =
CVarDef.Create("game.ipintel_exempt_playtime", TimeSpan.FromMinutes(300), CVar.SERVERONLY); CVarDef.Create("game.ipintel_exempt_playtime", TimeSpan.FromMinutes(300), CVar.SERVERONLY);