From 5aa7b01b6883f1748cfcf7a65074bf3f3d340b12 Mon Sep 17 00:00:00 2001 From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:59:24 -0500 Subject: [PATCH] Disable SSD indicators on LRP (#20021) --- Resources/ConfigPresets/WizardsDen/salamander.toml | 1 + Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Resources/ConfigPresets/WizardsDen/salamander.toml b/Resources/ConfigPresets/WizardsDen/salamander.toml index c195652bac..d379766b65 100644 --- a/Resources/ConfigPresets/WizardsDen/salamander.toml +++ b/Resources/ConfigPresets/WizardsDen/salamander.toml @@ -25,6 +25,7 @@ enable_during_round = true [ic] flavor_text = true +show_ssd_indicator = true [hub] tags = "lang:en,region:am_n_w,rp:med" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index 4f4c02dab2..49e6e03b14 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -28,3 +28,6 @@ limit = 10.0 [admin] see_own_notes = true deadmin_on_join = true + +[ic] +show_ssd_indicator = false -- 2.51.2