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
This commit is contained in:
Tayrtahn
2025-03-16 14:17:45 -04:00
committed by GitHub
parent eabd0b7f24
commit 4b9d9da074
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1 @@
[events]
# Annoying
enabled = false
[shuttle]
auto_call_time = 0

View File

@@ -5,6 +5,9 @@ lobbyenabled = false
map = "Dev"
role_timers = false
[events]
enabled = false
[ghost]
role_time = 0.5
quick_lottery = true