mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Merge pull request #244 from rom1504/patch-1
Print some more info in order to fix https://github.com/PrismarineJS/node-minecraft-protocol/issues/194
This commit is contained in:
commit
2c93a4e796
@ -38,7 +38,7 @@
|
|||||||
"power-assert": "^1.0.0",
|
"power-assert": "^1.0.0",
|
||||||
"source-map-support": "^0.3.2",
|
"source-map-support": "^0.3.2",
|
||||||
"zfill": "0.0.1",
|
"zfill": "0.0.1",
|
||||||
"minecraft-wrap": "0.5.3"
|
"minecraft-wrap": "~0.5.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^5.4.4",
|
"babel-runtime": "^5.4.4",
|
||||||
|
@ -216,6 +216,9 @@ describe("client", function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
it("pings the server", function(done) {
|
it("pings the server", function(done) {
|
||||||
|
wrap.on('line',function(line){
|
||||||
|
console.log(line);
|
||||||
|
});
|
||||||
wrap.startServer({
|
wrap.startServer({
|
||||||
motd: 'test1234',
|
motd: 'test1234',
|
||||||
'max-players': 120,
|
'max-players': 120,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user