Skip to content

Commit

Permalink
Update Rules Config (cosmatic-drift-14#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE authored Jun 12, 2024
1 parent 72f9f4b commit dfe2cc7
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 @@ -24,7 +24,7 @@ public sealed class CCVars : CVars
/// Guide Entry Prototype ID to be displayed as the server rules.
/// </summary>
public static readonly CVarDef<string> RulesFile =
CVarDef.Create("server.rules_file", "DefaultRuleset", CVar.REPLICATED | CVar.SERVER);
CVarDef.Create("server.rules_file", "CosmaticDriftRules", CVar.REPLICATED | CVar.SERVER);

/// <summary>
/// Guide entry that is displayed by default when a guide is opened.
Expand Down

0 comments on commit dfe2cc7

Please sign in to comment.