From 1522523f228cade6627a18d33924ce2df75dc87e Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 03:43:31 -0500 Subject: [PATCH] style: Remove unused sendCommand from Scene component --- client/src/components/Map3D.jsx | 1 - 1 file changed, 1 deletion(-) 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