diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-08 02:51:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 02:51:30 +0000 |
commit | 081120a92d299b6d1e3a8456e891a5e72b3f72a4 (patch) | |
tree | de0b13b9cb12d03d4bff1868cee8ea03fbd57ef7 /Northstar.Custom/keyvalues | |
parent | c8ce36a68132ab669019e652c6bc3cb4efa83ead (diff) | |
parent | 30a8040baa4f4b475eca25bf0f8c097ec3211479 (diff) | |
download | NorthstarMods-081120a92d299b6d1e3a8456e891a5e72b3f72a4.tar.gz NorthstarMods-081120a92d299b6d1e3a8456e891a5e72b3f72a4.zip |
Merge pull request #84 from hummusbird/playlist_patch
fix playlist_v2 - Causing issues with OITC (?)
Diffstat (limited to 'Northstar.Custom/keyvalues')
-rw-r--r-- | Northstar.Custom/keyvalues/playlists_v2.txt | 61 |
1 files changed, 32 insertions, 29 deletions
diff --git a/Northstar.Custom/keyvalues/playlists_v2.txt b/Northstar.Custom/keyvalues/playlists_v2.txt index 44ca48e3..3bf111b5 100644 --- a/Northstar.Custom/keyvalues/playlists_v2.txt +++ b/Northstar.Custom/keyvalues/playlists_v2.txt @@ -669,35 +669,38 @@ playlists { hs { - mp_complex3 1 - mp_drydock 1 - mp_glitch 1 - mp_homestead 2 - mp_eden 1 - mp_forwardbase_kodai 1 - mp_black_water_canal 1 - mp_glitch 1 - mp_angel_city 1 - mp_colony02 1 - mp_relic02 1 - mp_grave 1 - mp_homestead 1 - mp_drydock 1 - mp_glitch 1 - mp_thaw 1 - mp_eden 2 - mp_black_water_canal 1 - mp_glitch 1 - mp_relic02 1 - mp_wargames 1 - mp_rise 1 - mp_crashsite3 1 - mp_lf_stacks 1 - mp_lf_deck 1 - mp_lf_meadow 1 - mp_lf_traffic 1 - mp_lf_township 1 - mp_lf_uma 1 + maps + { + mp_complex3 1 + mp_drydock 1 + mp_glitch 1 + mp_homestead 2 + mp_eden 1 + mp_forwardbase_kodai 1 + mp_black_water_canal 1 + mp_glitch 1 + mp_angel_city 1 + mp_colony02 1 + mp_relic02 1 + mp_grave 1 + mp_homestead 1 + mp_drydock 1 + mp_glitch 1 + mp_thaw 1 + mp_eden 2 + mp_black_water_canal 1 + mp_glitch 1 + mp_relic02 1 + mp_wargames 1 + mp_rise 1 + mp_crashsite3 1 + mp_lf_stacks 1 + mp_lf_deck 1 + mp_lf_meadow 1 + mp_lf_traffic 1 + mp_lf_township 1 + mp_lf_uma 1 + } } } } |