From fcff7a0fec1a71552c00e81b39171340de1c2e3e Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Mon, 2 Nov 2015 23:19:52 -0600 Subject: [PATCH] Send last mojang_services update when a socket connects --- app.js | 1 + 1 file changed, 1 insertion(+) 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) {