You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address Copilot review feedback on fall_protection and auto_sleep
- Unify velocity threshold to -0.5 for consistent fall detection
- Capture current position inside execute callback to avoid stale coords
- Poll bot.entity.onGround instead of fixed 500ms wait for landing
- Fix night time range: use >= 13000 (wraps from 23999 to 0)
- Add null guard on error object in auto_sleep catch
- Log non-occupied sleep errors instead of swallowing them silently
0 commit comments