Rules header cvar + RP server rules header (#10450)

This commit is contained in:
Kara
2022-08-08 16:20:01 -07:00
committed by GitHub
parent 3fbc42aef0
commit 1eb4dfb13f
3 changed files with 9 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ namespace Content.Client.Info
public static Control MakeRules(IConfigurationManager cfg, IResourceManager res)
{
return MakeSection(Loc.GetString("ui-rules-header"), cfg.GetCVar(CCVars.RulesFile), true, res);
return MakeSection(Loc.GetString(cfg.GetCVar(CCVars.RulesHeader)), cfg.GetCVar(CCVars.RulesFile), true, res);
}
}
}