update to version 2.1.0 (protocol 60)

This commit is contained in:
mhsjlw 2016-05-14 21:26:38 -04:00
commit 3006fd44bf
7 changed files with 62 additions and 36 deletions

View file

@ -33,8 +33,8 @@ function createClient(options) {
client.writeMCPE('game_login',
{
username: client.username,
protocol: 46,
protocol2: 46,
protocol: 60,
protocol2: 60,
client_id: [ -1, -697896776 ],
client_uuid: '86372ed8-d055-b23a-9171-5e3ac594d766',
server_address: client.host+":"+client.port,
@ -58,4 +58,4 @@ function createClient(options) {
return client;
}
module.exports = createClient;
module.exports = createClient;