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

Unable to update queue ranked types: #10

Closed
iamEvanYT opened this issue Dec 19, 2021 · 2 comments
Closed

Unable to update queue ranked types: #10

iamEvanYT opened this issue Dec 19, 2021 · 2 comments

Comments

@iamEvanYT
Copy link
Contributor

iamEvanYT commented Dec 19, 2021

When I try to join a queue (same map name) with two different rating types, it shows this error until I use :Clear()
Is this a error or did I set it up incorrectly?

Screenshot 2021-12-19 at 9 57 21 AM

@iamEvanYT
Copy link
Contributor Author

I think I found a possible fix to this bug.
On line 147: elseif old[ratingType] ~= nil then
should be changed to elseif old[ratingType] == nil then

@steven4547466
Copy link
Owner

Merged #11, this should be fixed.

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

No branches or pull requests

2 participants