diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-02-23 01:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 01:46:34 +0100 |
commit | 0982cb08e92bd2d64d8bbc421c34f08a82901155 (patch) | |
tree | e9c4e6d395a979aea42eb348b4d2929169817a13 | |
parent | cc8df6a8748176cd24f4bb122386a2424e89cd13 (diff) | |
download | NorthstarMods-0982cb08e92bd2d64d8bbc421c34f08a82901155.tar.gz NorthstarMods-0982cb08e92bd2d64d8bbc421c34f08a82901155.zip |
Fix map rotation for CTF and remove duplicate entries (#795)
Co-authored-by: Bobbyperson12 <23128094+Bobbyperson12@users.noreply.github.com>
-rw-r--r-- | Northstar.Custom/keyvalues/playlists_v2.txt | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/Northstar.Custom/keyvalues/playlists_v2.txt b/Northstar.Custom/keyvalues/playlists_v2.txt index 74169600..e6258edd 100644 --- a/Northstar.Custom/keyvalues/playlists_v2.txt +++ b/Northstar.Custom/keyvalues/playlists_v2.txt @@ -623,35 +623,27 @@ playlists { 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_eden 1 + mp_drydock 1 mp_crashsite3 1 + mp_complex3 1 + mp_angel_city 1 + mp_colony02 1 + mp_glitch 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 + mp_relic02 1 + mp_wargames 1 + mp_rise 1 } } } |