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>
/// Amount of playtime in minutes to be exempt from an IP check. 0 to search everyone. 5 hours by default.
/// </summary>
/// <remarks>
/// Trust me you want one.
/// </remarks>>
/// </summary>
/// </remarks>
public static readonly CVarDef<TimeSpan> GameIPIntelExemptPlaytime =
CVarDef.Create("game.ipintel_exempt_playtime", TimeSpan.FromMinutes(300), CVar.SERVERONLY);