From 66f17e43ebb82d66ad294f4cf84c638d6b9db72b Mon Sep 17 00:00:00 2001 From: circuit10 Date: Wed, 16 Jun 2021 21:50:41 +0100 Subject: [PATCH] Fix slightly malformed chunk in example (#864) --- examples/server_world/mc.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/server_world/mc.js b/examples/server_world/mc.js index fb336df..1c19569 100644 --- a/examples/server_world/mc.js +++ b/examples/server_world/mc.js @@ -48,10 +48,8 @@ server.on('login', function (client) { heightmaps: { type: 'compound', name: '', - value: { - MOTION_BLOCKING: { type: 'longArray', value: new Array(36).fill([0, 0]) } - } - }, // send fake heightmap + value: {} // Client will accept fake heightmap + }, bitMap: chunk.getMask(), chunkData: chunk.dump(), blockEntities: []