nakama
nakama copied to clipboard
Add owner records in response when haystack without cursor
It's weird when I call _client.ListLeaderboardRecordsAroundOwnerAsync from the client and the response only contains Records, not OwnerRecords, even if the player has them. I have to do a foreach in this case to find my record.
https://github.com/heroiclabs/nakama/blob/master/server/core_leaderboard.go#L910