update raknet, reconnecting is now working

This commit is contained in:
Romain Beaumont 2016-04-13 03:31:29 +02:00
commit 375137b69f
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 5 additions and 1 deletions

View file

@ -98,4 +98,8 @@ server.on('connection', function(client) {
client.on('error', function(err) {
console.log(err.stack);
});
client.on('end',function() {
console.log("client left");
})
});

View file

@ -19,7 +19,7 @@
"dependencies": {
"prismarine-nbt": "^1.0.0",
"protodef": "^1.2.0",
"raknet": "^1.6.7",
"raknet": "^1.7.3",
"uuid-1345": "^0.99.6"
},
"devDependencies": {},