From 435e2183405a3f44ad4e32db324219b3223c74c7 Mon Sep 17 00:00:00 2001 From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:48:00 -0600 Subject: [PATCH] Use default panic bunker messages on Leviathan and Lizard (#23541) * Use default panic bunker message on Lizard * use default panic bunker message on Leviathan --- Resources/ConfigPresets/WizardsDen/leviathan.toml | 1 + Resources/ConfigPresets/WizardsDen/lizard.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index ed90992975..1fb2aca372 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -7,6 +7,7 @@ hostname = "[EN] Wizard's Den Leviathan [US East 1]" panic_bunker.enabled = false panic_bunker.disable_with_admins = false panic_bunker.enable_without_admins = false +panic_bunker.custom_reason = "" [hub] tags = "lang:en,region:am_n_e,rp:low" diff --git a/Resources/ConfigPresets/WizardsDen/lizard.toml b/Resources/ConfigPresets/WizardsDen/lizard.toml index be65cf0269..72688efbf9 100644 --- a/Resources/ConfigPresets/WizardsDen/lizard.toml +++ b/Resources/ConfigPresets/WizardsDen/lizard.toml @@ -7,6 +7,7 @@ hostname = "[EN] Wizard's Den Lizard [US West]" panic_bunker.enabled = false panic_bunker.disable_with_admins = false panic_bunker.enable_without_admins = false +panic_bunker.custom_reason = "" [hub] tags = "lang:en,region:am_n_w,rp:low" -- 2.51.2