Skip to content

Commit

Permalink
fix announcer.list CVar
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Jul 12, 2024
1 parent 7d6acb0 commit 0e67e6e
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 @@ -443,7 +443,7 @@ public static readonly CVarDef<bool>
/// Weighted list of announcers to choose from
/// </summary>
public static readonly CVarDef<string> AnnouncerList =
CVarDef.Create("announcer.list", "RandomAnnouncers", CVar.SERVERONLY | CVar.REPLICATED);
CVarDef.Create("announcer.list", "RandomAnnouncers", CVar.REPLICATED);

/// <summary>
/// Optionally force set an announcer
Expand Down

0 comments on commit 0e67e6e

Please sign in to comment.