From c27a40cde2f95fb6bdc2e7c0f1d46aa0bbaa48c5 Mon Sep 17 00:00:00 2001 From: roblabla Date: Fri, 6 Mar 2015 23:10:05 +0000 Subject: [PATCH] Fix benchmark --- test/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;