Make ahelp.admin_prefix default false (#30994)
* Make ahelp.admin_prefix default false * More disabling Game defaults should match wizden as closely as possible. --------- Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -917,7 +917,7 @@ namespace Content.Shared.CCVar
|
||||
/// <seealso cref="AdminUseCustomNamesAdminRank"/>
|
||||
/// <seealso cref="AhelpAdminPrefixWebhook"/>
|
||||
public static readonly CVarDef<bool> AhelpAdminPrefix =
|
||||
CVarDef.Create("ahelp.admin_prefix", true, CVar.SERVERONLY);
|
||||
CVarDef.Create("ahelp.admin_prefix", false, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Should the administrator's position be displayed in the webhook.
|
||||
@@ -926,7 +926,7 @@ namespace Content.Shared.CCVar
|
||||
/// <seealso cref="AdminUseCustomNamesAdminRank"/>
|
||||
/// <seealso cref="AhelpAdminPrefix"/>
|
||||
public static readonly CVarDef<bool> AhelpAdminPrefixWebhook =
|
||||
CVarDef.Create("ahelp.admin_prefix_webhook", true, CVar.SERVERONLY);
|
||||
CVarDef.Create("ahelp.admin_prefix_webhook", false, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Explosions
|
||||
|
||||
@@ -39,9 +39,5 @@ deadmin_on_join = true
|
||||
new_player_threshold = 600
|
||||
alert.min_players_sharing_connection = 2
|
||||
|
||||
[ahelp]
|
||||
admin_prefix = false
|
||||
admin_prefix_webhook = false
|
||||
|
||||
[worldgen]
|
||||
enabled = true
|
||||
|
||||
Reference in New Issue
Block a user