mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue