Fixed references to Idle.js
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 16s

This commit is contained in:
roberts 2025-05-10 18:56:37 -05:00
parent fe489303bf
commit ce8b24629f

View file

@ -1,5 +1,5 @@
// states/Idle.js
const { getBot, getActiveTask, isCombatLocked } = require('../core/context');
const { getBot, getActiveTask, isCombatLocked, getStateMachine } = require('../core/context');
const { GoalNear } = require('mineflayer-pathfinder').goals;
const { getHomeZone } = require('../memory/locations');