PrismarineJS / mineflayer-navigate

mineflayer plugin which gives bots a high level 3d navigating API using A*
59 stars 22 forks source link

Cannot read property 'entity' of undefined #47

Closed Pllanet closed 4 years ago

Pllanet commented 4 years ago

I try to do var target = bot.players[username].entity; but it doesn't work?

rom1504 commented 4 years ago

Probably bot.players is not populated yet. Did you check ?