mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-07 18:05:13 -05:00
Fix total rounds display for museca forgotten in last commit.
This commit is contained in:
@@ -57,7 +57,7 @@ var all_players = React.createClass({
|
||||
}.bind(this),
|
||||
},
|
||||
{
|
||||
name: 'Play Count',
|
||||
name: 'Total Rounds',
|
||||
render: function(userid) {
|
||||
var player = this.state.players[userid];
|
||||
return player.plays;
|
||||
|
||||
Reference in New Issue
Block a user