From 7889ff67e54f50f705d0f7a4e763183697b5306e Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 2 May 2024 00:32:33 +0300 Subject: [PATCH] Update DCCVars.cs --- Content.Shared/DeltaV/CCVars/DCCVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/DeltaV/CCVars/DCCVars.cs b/Content.Shared/DeltaV/CCVars/DCCVars.cs index 2028397ffe2..bf1fe82adcc 100644 --- a/Content.Shared/DeltaV/CCVars/DCCVars.cs +++ b/Content.Shared/DeltaV/CCVars/DCCVars.cs @@ -13,8 +13,8 @@ public sealed class DCCVars /// Anti-EORG measure. Will add pacified to all players upon round end. /// Its not perfect, but gets the job done. /// - public static readonly CVarDef RoundEndPacifist = - CVarDef.Create("game.round_end_pacifist", false, CVar.SERVERONLY); + //public static readonly CVarDef RoundEndPacifist = + // CVarDef.Create("game.round_end_pacifist", false, CVar.SERVERONLY); /// /// Disables all vision filters for species like Vulpkanin or Harpies. There are good reasons someone might want to disable these.