diff --git a/server/static/js/WorldInfoDisplay.js b/server/static/js/WorldInfoDisplay.js index 1352d74..f839159 100644 --- a/server/static/js/WorldInfoDisplay.js +++ b/server/static/js/WorldInfoDisplay.js @@ -29,7 +29,16 @@ var worldInfoRender = function(info){ ]; } + function getPlayers(){ + return [ + m("span", { class: "fa fa-users" }), + info.players.length + ]; + } + return [ + getPlayers(), + " ", getLag(), " ", m("span", { class: "fa fa-clock" }),