Hi there!
It seems like there’s a little bug when retrieving user entries in a leaderboard depending on the fact if that leaderboard is blacklisted or not.
@danim The leaderboard blacklist is intended to blacklist a leaderboard. This means it won’t be represented in the rank cache in memory on the server. This works exactly as designed as far as you’ve described.
Is there anyway to know if a leaderboard is blacklisted at runtime?
The blacklist is configured as a startup configuration value for the server. You set it if you want to blacklist. There’s no scenario where you won’t know if a leaderboard is blacklisted or not. This is a parameter you control for your game.