@ -105,6 +105,10 @@ function handlePing(network, res, err) {
// Don't have too much data!
util.trimOldPings(graphData);
if (!graphData[network.ip]) {
graphData[network.ip] = [];
}
graphData[network.ip].push([timeMs, res ? res.players.online : 0]);
// Send the update.
The note is not visible to the blocked user.