@@ -328,7 +328,7 @@ func getPlayerMeta(c *gin.Context) {
}
for _, p := range append(metaStats.BestMates, metaStats.MostMates...) {
if p.Player.Name == "" {
if p.Player.Name != "" {
continue
The note is not visible to the blocked user.