_isActivePlayer() function is internal function and not visible to players. This internal function only use inside the contract. Because of this, Players can't call this function to check whether they are active or not. So, On changing the visibility of the function to public, Players can call this function to check whether they are active or not.
The _isActivePlayer() function is an internal function. So, Players can't call this function to check whether they are active or not.
Players can't call this function to check whether they are active or not.
Manual Review
Change the visibility of the function to public so that players can call this function to check whether they are active or not.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.