Skip to content

Commit

Permalink
Update DCCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrAnimet committed Dec 21, 2024
1 parent a0c253a commit 1612057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/DeltaV/CCVars/DCCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed class DCCVars
/// Its not perfect, but gets the job done.
/// </summary>
public static readonly CVarDef<bool> RoundEndPacifist =
CVarDef.Create("game.round_end_pacifist", false, CVar.SERVERONLY);
CVarDef.Create("game.round_end_pacifist", true, CVar.SERVERONLY);

/*
* No EORG
Expand Down

0 comments on commit 1612057

Please sign in to comment.