From 2203a8a32b1186d44ef4056cedeffef3a66f140d Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 27 Aug 2024 01:12:25 +0300 Subject: [PATCH] fix lint --- src/getCollisionShapes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getCollisionShapes.ts b/src/getCollisionShapes.ts index 3596cca2..383adc0e 100644 --- a/src/getCollisionShapes.ts +++ b/src/getCollisionShapes.ts @@ -1,5 +1,5 @@ -import collisionShapesInit from '../generated/latestBlockCollisionsShapes.json' import { getRenamedData } from 'flying-squid/dist/blockRenames' +import collisionShapesInit from '../generated/latestBlockCollisionsShapes.json' // defining globally to be used in loaded data, not sure of better workaround window.globalGetCollisionShapes = (version) => {