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 timelimit causing an infinite map ending loop. #205

Closed
wants to merge 1 commit into from

Conversation

vloup
Copy link

@vloup vloup commented Aug 9, 2016

This patch fixes some timelimit issue caused by either a negative timelimit value or a value that would overflow the multiplication by 60000 causing an endless map change/reload. If that kind of value is met, we set it to 0 automatically and update it.

I was reported a player joining empty servers with votes enabled and voting a timelimit of 99999999.

@zturtleman
Copy link
Member

Fixed in 0822772. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants