diff --git a/package.json b/package.json index 63e2f1b..4cbc994 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "power-assert": "^1.0.0", "source-map-support": "^0.3.2", "zfill": "0.0.1", - "minecraft-wrap": "0.5.3" + "minecraft-wrap": "~0.5.4" }, "dependencies": { "babel-runtime": "^5.4.4", diff --git a/test/test.js b/test/test.js index 9c7a9ae..8e8a2ee 100644 --- a/test/test.js +++ b/test/test.js @@ -216,6 +216,9 @@ describe("client", function() { }); }); it("pings the server", function(done) { + wrap.on('line',function(line){ + console.log(line); + }); wrap.startServer({ motd: 'test1234', 'max-players': 120,