]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make ahelp.admin_prefix default false (#30994)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Wed, 14 Aug 2024 11:22:10 +0000 (04:22 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 11:22:10 +0000 (13:22 +0200)
* 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>
Content.Shared/CCVar/CCVars.cs
Resources/ConfigPresets/WizardsDen/wizardsDen.toml

index 3e9963c833f893d36d5517a2998ef80cf4e5887a..c3307c53fb6eaf510559d5c3684b501ae4c4753f 100644 (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
index 96656c911bb27fc9decfa84905b654875730c4fa..4f1b616fb256a39b4775113f4ddae3902020f0dd 100644 (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