style: Remove unused sendCommand from Scene component

This commit is contained in:
MayaTheShy
2026-02-20 03:43:31 -05:00
parent bca3cb4508
commit 1522523f22

View File

@@ -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