fix a typo in the comments for game.ipintel_exempt_playtime (#40129)
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user