Fix test fails (#147)
* Fix test fails Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> * Update periapsis.toml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> * Update apoapsis.toml Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> * Update deltav.toml --------- Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com>
This commit is contained in:
parent
9b91b2b2ed
commit
f4b379b457
|
|
@ -0,0 +1,2 @@
|
|||
[game]
|
||||
hostname = "[EN][MRP] Delta-v (Ψ) | Apoapsis"
|
||||
|
|
@ -8,18 +8,18 @@ github = "https://github.com/DeltaV-Station/Delta-v"
|
|||
website = "https://www.delta-v.org/"
|
||||
wiki = "https://wiki.delta-v.org/view/Main_Page"
|
||||
patreon = "https://www.patreon.com/Delta_v"
|
||||
bug_report = "https://github.com/DeltaV-Station/Delta-v/issues/new/choose
|
||||
bug_report = "https://github.com/DeltaV-Station/Delta-v/issues/new/choose"
|
||||
forum = "https://forum.delta-v.org/"
|
||||
|
||||
[net]
|
||||
max_connections = 1024
|
||||
tickrate = 30
|
||||
|
||||
[vote]
|
||||
restart_required_ratio = 0.7
|
||||
|
||||
[netres]
|
||||
limit = 10.0
|
||||
tickrate = 30
|
||||
|
||||
[admin]
|
||||
see_own_notes = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
[game]
|
||||
hostname = "[EN][MRP] Delta-v (Ψ) | Periapsis"
|
||||
soft_max_players = 100
|
||||
max_players = 120
|
||||
|
||||
[server]
|
||||
rules_file = "Rules.txt"
|
||||
|
|
@ -16,4 +15,4 @@ min_players = 30
|
|||
enable_during_round = true
|
||||
|
||||
[hub]
|
||||
tags = "lang:en-US,region:am_n_e,rp:med"
|
||||
tags = "lang:en-US,region:am_n_e,rp:med"
|
||||
|
|
|
|||
Loading…
Reference in New Issue