diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index e407692..b635a83 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -169,7 +169,8 @@ void sortScoreboard() playertmp = strtok(NULL, " "); int playerPoints = atoi(playertmp); - } + playerlist[j].Points = playerPoints; + } } } \ No newline at end of file