diff --git a/test/benchmark.js b/test/benchmark.js index 3a754f3..d48e60c 100644 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -36,7 +36,7 @@ console.log('Finished write test in ' + (Date.now() - start) / 1000 + ' seconds' var testDataRead = [ {id: 0x00, params: {keepAliveId: 957759560}}, {id: 0x02, params: {message: ' Hello World!'}}, - {id: 0x08, params: {x: 6.5, y: 65.62, stance: 67.24, z: 7.5, yaw: 0, pitch: 0, onGround: true}}, + {id: 0x08, params: {x: 6.5, y: 65.62, z: 7.5, yaw: 0, pitch: 0, flags: 0}}, ]; client.isServer = true;