player count
This commit is contained in:
parent
60d1c420dc
commit
d88eb7db1d
@ -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" }),
|
||||
|
Loading…
x
Reference in New Issue
Block a user