From: Skye Date: Fri, 5 Sep 2025 10:09:48 +0000 (+0900) Subject: fix a typo in the comments for game.ipintel_exempt_playtime (#40129) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d89f0682e6e671975d1034e0051729ebe882b993;p=space-station-14.git fix a typo in the comments for game.ipintel_exempt_playtime (#40129) --- 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);