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:
DrSmugleaf
2024-08-14 04:22:10 -07:00
committed by GitHub
parent 059e3ef72f
commit 12b6cf5e5d
2 changed files with 2 additions and 6 deletions

View File

@@ -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

View File

@@ -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