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

Checkmate #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Checkmate #4

wants to merge 2 commits into from

Conversation

zorzr
Copy link
Contributor

@zorzr zorzr commented Mar 18, 2018

Changing coins value without using addCoins method is no longer tolerated.
This should prevent the use of reflection by some cheaters.

@zorzr zorzr requested a review from claudio-unipv March 18, 2018 17:34
}

private boolean legit(long c) {
if (verifiedCoins == c) return true;
Copy link

Choose a reason for hiding this comment

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

return verifiedCoins == c

Copy link
Member

@claudio-unipv claudio-unipv left a comment

Choose a reason for hiding this comment

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

Non capisco come ciò possa aiutare a limitare gli imbrogli. In ogni caso a questo punto teniamo l'infrastruttura così come è.

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.

3 participants