Skip to content

Commit

Permalink
Enable end round notification
Browse files Browse the repository at this point in the history
  • Loading branch information
OCOtheOmega authored Jul 31, 2023
1 parent 37292a8 commit b1cbc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public static readonly CVarDef<bool>
/// Send notifications only about a new round begins.
/// </summary>
public static readonly CVarDef<bool> DiscordRoundStartOnly =
CVarDef.Create("discord.round_start_only", true, CVar.SERVERONLY);
CVarDef.Create("discord.round_start_only", false, CVar.SERVERONLY);

/// <summary>
/// URL of the Discord webhook which will relay all round end messages.
Expand Down

0 comments on commit b1cbc66

Please sign in to comment.