From 06ea6ba0123cc0a0debf2c757b29e44eab1fedbc Mon Sep 17 00:00:00 2001 From: RavMorgan <48182970+RavMorgan@users.noreply.github.com> Date: Sun, 4 Jun 2023 13:13:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AF=20=D0=BD=D0=B5=20=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=BF=D0=B8=D0=BB=D0=B0=20(#149)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mona Hmiza <> --- Resources/ConfigPresets/Build/development.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/Build/development.toml b/Resources/ConfigPresets/Build/development.toml index da3a413026..18a4b5202e 100644 --- a/Resources/ConfigPresets/Build/development.toml +++ b/Resources/ConfigPresets/Build/development.toml @@ -1,4 +1,4 @@ -[game] +[game] # Straight in-game baby lobbyenabled = false # Dev map for faster loading & convenience @@ -26,3 +26,6 @@ arrivals = false [admin] see_own_notes = true + +[worldgen] +enabled = false