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
I can't open the inventory by pressing E, and MASSIVE areas of land are not rendering, making it unplayable. The hotbar rarely works, instead showing question marks in the slots. Help!
unrendered chunks:
hotbar:
The text was updated successfully, but these errors were encountered:
The index.js has a bot.once('spawn') which initializes hud. Perhaps this worked before because the spawn was caught again in time in hud. It isn't now, and the whole bot.on('spawn') in hud.js is only catching the second spawn. Hence the hotbar doesn't work the first time around, but once you die and spawn again, it does.
Moving hotbar.init() up to, say, line 250 just under chat.init() makes it work first spawn as well.
I can't open the inventory by pressing E, and MASSIVE areas of land are not rendering, making it unplayable. The hotbar rarely works, instead showing question marks in the slots. Help!
unrendered chunks:
hotbar:
The text was updated successfully, but these errors were encountered: