Skip to content

Commit

Permalink
Update DCCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored May 1, 2024
1 parent 790148d commit 7889ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/DeltaV/CCVars/DCCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
public static readonly CVarDef<bool> RoundEndPacifist =
CVarDef.Create("game.round_end_pacifist", false, CVar.SERVERONLY);
//public static readonly CVarDef<bool> RoundEndPacifist =
// CVarDef.Create("game.round_end_pacifist", false, CVar.SERVERONLY);

/// <summary>
/// Disables all vision filters for species like Vulpkanin or Harpies. There are good reasons someone might want to disable these.
Expand Down

0 comments on commit 7889ff6

Please sign in to comment.