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 Vanessa
parent d27ba4cd91
commit d8b9c34c80
1 changed files with 2 additions and 2 deletions

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);