mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
1.7.33 sync
This commit is contained in:
parent
0aad008699
commit
ea0d105e12
23 changed files with 405 additions and 228 deletions
6
dist/ba_data/python/bacommon/net.py
vendored
6
dist/ba_data/python/bacommon/net.py
vendored
|
|
@ -63,9 +63,9 @@ class PrivateHostingConfig:
|
|||
randomize: bool = False
|
||||
tutorial: bool = False
|
||||
custom_team_names: tuple[str, str] | None = None
|
||||
custom_team_colors: tuple[
|
||||
tuple[float, float, float], tuple[float, float, float]
|
||||
] | None = None
|
||||
custom_team_colors: (
|
||||
tuple[tuple[float, float, float], tuple[float, float, float]] | None
|
||||
) = None
|
||||
playlist: list[dict[str, Any]] | None = None
|
||||
exit_minutes: float = 120.0
|
||||
exit_minutes_unclean: float = 180.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue