diff --git a/client/src/components/Map3D.jsx b/client/src/components/Map3D.jsx index efe611b..3d0e544 100644 --- a/client/src/components/Map3D.jsx +++ b/client/src/components/Map3D.jsx @@ -1101,7 +1101,6 @@ function Scene({ interactionMode, onInteraction }) { const selectedTurtleId = useTurtleStore((state) => state.selectedTurtleId); const selectTurtle = useTurtleStore((state) => state.selectTurtle); const worldBlocks = useTurtleStore((state) => state.worldBlocks || []); - const sendCommand = useTurtleStore((state) => state.sendCommand); const setTurtleState = useTurtleStore((state) => state.setTurtleState); // Mining areas state