@ -165,6 +165,10 @@ void sortScoreboard()
{
char* playertmp = strtok(line, " ");
strcpy(playerlist[j].Name, playertmp);
playertmp = strtok(NULL, " ");
int playerPoints = atoi(playertmp);
}