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:
@@ -1,6 +1 @@
|
||||
[events]
|
||||
# Annoying
|
||||
enabled = false
|
||||
|
||||
[shuttle]
|
||||
auto_call_time = 0
|
||||
|
||||
@@ -5,6 +5,9 @@ lobbyenabled = false
|
||||
map = "Dev"
|
||||
role_timers = false
|
||||
|
||||
[events]
|
||||
enabled = false
|
||||
|
||||
[ghost]
|
||||
role_time = 0.5
|
||||
quick_lottery = true
|
||||
|
||||
Reference in New Issue
Block a user