Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitaldot committed Jun 28, 2024
1 parent d4b890a commit 3c38117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/freddit.net/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
$('#server-status').append(serverStatusCardHTML(server.name, server.address, 'offline', server.map_url, 0))
return
}
$('#server-status').append(serverStatusCardHTML(server.name, server.address, 'online', data.players.online, server.map_url, data.version.name))
$('#server-status').append(serverStatusCardHTML(server.name, server.address, 'online', server.map_url, data.players.online, data.version.name))
}).fail(function() {
$('#server-status').append(serverStatusCardHTML(server.name, server.address, 'offline', server.map_url, 0))
})
Expand Down

0 comments on commit 3c38117

Please sign in to comment.