mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Should print some more info in order to fix https://github.com/PrismarineJS/node-minecraft-protocol/issues/194
This commit is contained in:
parent
3a7fad0f2d
commit
7a0dd6b8cf
@ -222,6 +222,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user