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 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
|
||||
|
||||
Reference in New Issue
Block a user