From d89f0682e6e671975d1034e0051729ebe882b993 Mon Sep 17 00:00:00 2001 From: Skye Date: Fri, 5 Sep 2025 19:09:48 +0900 Subject: [PATCH] fix a typo in the comments for game.ipintel_exempt_playtime (#40129) --- Content.Shared/CCVar/CCVars.Game.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs index 7fad7b480d..68342733f8 100644 --- a/Content.Shared/CCVar/CCVars.Game.cs +++ b/Content.Shared/CCVar/CCVars.Game.cs @@ -291,10 +291,10 @@ public sealed partial class CCVars /// /// Amount of playtime in minutes to be exempt from an IP check. 0 to search everyone. 5 hours by default. + /// /// /// Trust me you want one. - /// > - /// + /// public static readonly CVarDef GameIPIntelExemptPlaytime = CVarDef.Create("game.ipintel_exempt_playtime", TimeSpan.FromMinutes(300), CVar.SERVERONLY);