From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:45:00 +0000 (+1100) Subject: Enable worldgen on WD (#23861) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7fe0f14dff5f705b6fd02f9aa7f88f2c13d27120;p=space-station-14.git Enable worldgen on WD (#23861) --- diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index 1fb2aca372..7560833f13 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -11,6 +11,3 @@ panic_bunker.custom_reason = "" [hub] tags = "lang:en,region:am_n_e,rp:low" - -[worldgen] -enabled = true diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index a271e36cf1..413de472bf 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -33,4 +33,7 @@ limit = 10.0 [admin] see_own_notes = true deadmin_on_join = true -new_player_threshold = 600 \ No newline at end of file +new_player_threshold = 600 + +[worldgen] +enabled = true