Show FML|HS ModList from server

This commit is contained in:
deathcap 2016-01-23 15:19:28 -08:00
parent 735b7f6d65
commit 790ba538d9

View file

@ -184,6 +184,8 @@ client.on('custom_payload', function(packet) {
channel: 'FML|HS',
data: modList
});
} else if (parsed.data.discriminator === 2) { // ModList
console.log('Server ModList:',parsed.data.mods);
}
}
});