From 7fe0f14dff5f705b6fd02f9aa7f88f2c13d27120 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:45:00 +1100 Subject: [PATCH] Enable worldgen on WD (#23861) --- Resources/ConfigPresets/WizardsDen/leviathan.toml | 3 --- Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) 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