removed merging local and server scores after loading server scores
authorHolger Schemel <info@artsoft.org>
Sun, 2 May 2021 16:56:36 +0000 (18:56 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 2 May 2021 16:56:36 +0000 (18:56 +0200)
src/files.c

index b3aa171bcde56917c7d3080478ab3b0c23d87702..4e281d03aec9229a8d2863370692d04bd05d22bb 100644 (file)
@@ -9097,9 +9097,6 @@ void LoadServerScore(int nr, boolean download_score)
     // (as thread, as it might time out if the server is not reachable)
     DownloadServerScoreToCacheAsThread(nr);
   }
     // (as thread, as it might time out if the server is not reachable)
     DownloadServerScoreToCacheAsThread(nr);
   }
-
-  // merge local scores with scores from server
-  MergeServerScore();
 }
 
 static char *get_file_base64(char *filename)
 }
 
 static char *get_file_base64(char *filename)