update raknet, reconnecting is now working
This commit is contained in:
parent
75d3cd4595
commit
375137b69f
2 changed files with 5 additions and 1 deletions
|
|
@ -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");
|
||||
})
|
||||
});
|
||||
|
|
@ -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": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue