Rules header cvar + RP server rules header (#10450)
This commit is contained in:
@@ -24,6 +24,12 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<string> RulesFile =
|
||||
CVarDef.Create("server.rules_file", "Rules.txt", CVar.REPLICATED | CVar.SERVER);
|
||||
|
||||
/// <summary>
|
||||
/// A loc string for what should be displayed as the title on the Rules window.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> RulesHeader =
|
||||
CVarDef.Create("server.rules_header", "ui-rules-header", CVar.REPLICATED | CVar.SERVER);
|
||||
|
||||
/*
|
||||
* Ambience
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user