Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix map rotation for Hide-and-Seek and remove duplicate entries #792

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

Bobbyperson
Copy link
Contributor

@Bobbyperson Bobbyperson commented Feb 22, 2024

This PR only edits playlists_v2.txt and fixes two issues.

Several gamemode map rotations would have stacks listed twice right after one another, which caused a server to remain on stacks permanently. --> #793

Additionally, some gamemodes had maps listed several times 1, while this wouldn't put a server stuck on a map permanently, it would create loops which caused some maps to never appear despite being listed.

Footnotes

  1. The change for CTF was moved to Fix map rotation for CTF and remove duplicate entries #795

@GeckoEidechse
Copy link
Member

So seems like the duplicate entries were introduced in 8a9859d via #56

Copy link
Member

@GeckoEidechse GeckoEidechse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the code review side of things, this basically just reorders the map list to match the order of other gamemodes and removes duplicate entries.

I didn't test this but the two changed modes are CTF and Hide and Seek both of which should work on all common maps.

@GeckoEidechse
Copy link
Member

Actually, I think I'll split up the last remaining change as well ^^

@GeckoEidechse GeckoEidechse changed the title Map Rotation Fixes Fix map rotation for Hide-and-Seek and remove duplicate entries Feb 23, 2024
@GeckoEidechse GeckoEidechse merged commit f2041fb into R2Northstar:main Feb 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants