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.