This commit is contained in:
Michael Wain 2024-07-17 02:44:24 +03:00
parent 0215dc89cd
commit ad2f2874ba

View File

@ -397,9 +397,6 @@ function parsePlayersList(body) {
let p_html = '';
for( let i = 0; i < body.length; i++ ) {
let player = body[i];
// player.userId
// player.displayName
// player.money
p_html += sprintf(player_html_text, player);
}
$(".players").append(p_html);