Does LeaderboardService.RemovePlayerScore revert rewards?
Unsolved
Cloud Code
-
Hello,
I'm working on a system to purge tournament records of fraudulent players.
If I call LeaderboardService.RemovePlayerScore to wipe a player's entry, does the service also handle the reversal of rewards (or update their reward status) linked to that specific score? Or do I need to manually handle the reward adjustment?
Thank you in advance!