Because I’m not patient, I just added:
if (leaderboardEntity.ClientId == OwnerClientId) { continue; }
into the Leaderboard OnNetworkSpawn foreach loop. This just quickly prevents the client from being added to the list because the event will add them to the list.
I know this will be solved in the next lecture, but I wanted to jump the gun.
Thanks!
Julian