1
0
forked from mirrors/0ad

Convert string to int conversion in the lobby-leaderboard.

This was SVN commit r17921.
This commit is contained in:
elexis
2016-03-21 00:38:31 +00:00
parent 91e8248273
commit 10b6022557
+1 -1
View File
@@ -479,7 +479,7 @@ function updateLeaderboard()
{
list_name.push(boardList[i].name);
list_rating.push(boardList[i].rating);
list_rank.push(i+1);
list_rank.push(+i+1);
list.push(boardList[i].name);
}