diff --git a/app.js b/app.js index 965fd47..d685adc 100644 --- a/app.js +++ b/app.js @@ -83,6 +83,7 @@ server.start(function() { // Send them our previous data, so they have somewhere to start. client.emit('add', networkHistoryList); + client.emit('updateMojangServices', mojang.toMessage()); // Attach our listeners. client.on('disconnect', function(client) {