preparing functionality to replace some track by the default one in multiplayer

This commit is contained in:
Faraphel 2022-07-20 23:50:17 +02:00
parent 150f0d6e60
commit d70f6911b2

View file

@ -62,6 +62,7 @@
"tags_cups": ["Switch", "3DS", "DS", "GCN", "GBA", "N64", "SNES", "MKT", "RMX", "DX", "GP"], "tags_cups": ["Switch", "3DS", "DS", "GCN", "GBA", "N64", "SNES", "MKT", "RMX", "DX", "GP"],
"track_file_template": "{{ getattr(track, 'sha1', '_') }}", "track_file_template": "{{ getattr(track, 'sha1', '_') }}",
"multiplayer_use_default_track_if": "{{ getattr(track, 'warning', 0) >= 1 }}",
"default_track": { "default_track": {
"name": " ", "name": " ",