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 for fetching the rank for the top member. #2

Closed
wants to merge 2 commits into from
Closed

Fix for fetching the rank for the top member. #2

wants to merge 2 commits into from

Conversation

mnem
Copy link
Contributor

@mnem mnem commented Jan 28, 2013

Previously the reply was being tested for truthiness for triggering the
callback. This meant the top player (index 0) would be treated as a
false reply, causing the callback to never be triggered.

Fixed by using the existential operator.

mnem added 2 commits January 28, 2013 16:26
Previously the reply was being tested for truthiness for triggering the
callback. This meant the top player (index 0) would be treated as a
false reply, causing the callback to never be triggered.

Fixed by using the existential operator.
@czarneckid
Copy link
Member

Addressed in #4

@czarneckid czarneckid closed this Jan 28, 2013
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.

2 participants