From 0cc7f84da1a7c7e824dc436e706f6cb718d16e42 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 <samsungipadistaken@outlook.com> Date: Mon, 10 Feb 2025 17:06:26 -0500 Subject: [PATCH] Add the chunk file --- plugins/chunk.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/chunk.js diff --git a/plugins/chunk.js b/plugins/chunk.js new file mode 100644 index 0000000..b980c80 --- /dev/null +++ b/plugins/chunk.js @@ -0,0 +1,4 @@ +//Chunk data parsing placeholder, for core +export default function load (b) { + //b._client.on("map_chunk", payload => console.log(payload)) +}