style: Remove unused sendCommand from Scene component
This commit is contained in:
@@ -1101,7 +1101,6 @@ function Scene({ interactionMode, onInteraction }) {
|
|||||||
const selectedTurtleId = useTurtleStore((state) => state.selectedTurtleId);
|
const selectedTurtleId = useTurtleStore((state) => state.selectedTurtleId);
|
||||||
const selectTurtle = useTurtleStore((state) => state.selectTurtle);
|
const selectTurtle = useTurtleStore((state) => state.selectTurtle);
|
||||||
const worldBlocks = useTurtleStore((state) => state.worldBlocks || []);
|
const worldBlocks = useTurtleStore((state) => state.worldBlocks || []);
|
||||||
const sendCommand = useTurtleStore((state) => state.sendCommand);
|
|
||||||
const setTurtleState = useTurtleStore((state) => state.setTurtleState);
|
const setTurtleState = useTurtleStore((state) => state.setTurtleState);
|
||||||
|
|
||||||
// Mining areas state
|
// Mining areas state
|
||||||
|
|||||||
Reference in New Issue
Block a user