Ban message improvements (#14731)
Server config now provide appeals forum link, game admins won't need to type it out manually anymore. Add warning about trying to ban evade. Cleaned up code a bit.
This commit is contained in:
committed by
GitHub
parent
eed3c2a509
commit
3af2e60817
@@ -1475,6 +1475,12 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<string> InfoLinksBugReport =
|
||||
CVarDef.Create("infolinks.bug_report", "", CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Link to site handling ban appeals. Shown in ban disconnect messages.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> InfoLinksAppeal =
|
||||
CVarDef.Create("infolinks.appeal", "", CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/*
|
||||
* CONFIG
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user