From: Tayrtahn Date: Sun, 16 Mar 2025 18:17:45 +0000 (-0400) Subject: Fix development and debug configurations for tests (#35625) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4b9d9da074dc5d12a0bf0082e58aa5105da96a7e;p=space-station-14.git Fix development and debug configurations for tests (#35625) * Move settings from debug.toml to development.toml * Don't force disable dev config for integration tests * Force on instead? * Remove change to PoolManager --- diff --git a/Resources/ConfigPresets/Build/debug.toml b/Resources/ConfigPresets/Build/debug.toml index 3994c59c78..5f282702bb 100644 --- a/Resources/ConfigPresets/Build/debug.toml +++ b/Resources/ConfigPresets/Build/debug.toml @@ -1,6 +1 @@ -[events] -# Annoying -enabled = false - -[shuttle] -auto_call_time = 0 + \ No newline at end of file diff --git a/Resources/ConfigPresets/Build/development.toml b/Resources/ConfigPresets/Build/development.toml index 91be66c481..7990b3545b 100644 --- a/Resources/ConfigPresets/Build/development.toml +++ b/Resources/ConfigPresets/Build/development.toml @@ -5,6 +5,9 @@ lobbyenabled = false map = "Dev" role_timers = false +[events] +enabled = false + [ghost] role_time = 0.5 quick_lottery = true