From ecc37f1c62f852757050cf57af64634f9d1e3570 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:24:02 +0300 Subject: [PATCH] fix --- Content.Shared/CCVar/CCVars.cs | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index db3ba24dd6..f64146f3a0 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1009,25 +1009,6 @@ public static readonly CVarDef public static readonly CVarDef AhelpAdminPrefixWebhook = CVarDef.Create("ahelp.admin_prefix_webhook", false, CVar.SERVERONLY); - /* - * AHELP - */ - - /// - /// Ahelp rate limit values are accounted in periods of this size (seconds). - /// After the period has passed, the count resets. - /// - /// - public static readonly CVarDef AhelpRateLimitPeriod = - CVarDef.Create("ahelp.rate_limit_period", 2, CVar.SERVERONLY); - - /// - /// How many ahelp messages are allowed in a single rate limit period. - /// - /// - public static readonly CVarDef AhelpRateLimitCount = - CVarDef.Create("ahelp.rate_limit_count", 10, CVar.SERVERONLY); - /* * Explosions */