]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix a typo in the comments for game.ipintel_exempt_playtime (#40129)
authorSkye <me@skye.vg>
Fri, 5 Sep 2025 10:09:48 +0000 (19:09 +0900)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 10:09:48 +0000 (12:09 +0200)
Content.Shared/CCVar/CCVars.Game.cs

index 7fad7b480d6f13c959a7af0f7a9115eb60a47584..68342733f8ecf2524d4e59bc0af412cd3837f913 100644 (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);