IceTank / mineflayer-item-map-downloader

13 stars 4 forks source link

Version issue #4

Closed GuFFy12 closed 1 year ago

GuFFy12 commented 1 year ago

image

Fix: util.js -> if (!supportedVersions.includes(version.split('.').slice(0,2).join('.'))) throw new Error......

GuFFy12 commented 1 year ago

Idk why this issue appears, previously all works fine

GuFFy12 commented 1 year ago

Oh.... if (!supportedVersions.includes(bot.majorVersion)) { console.log(bot.majorVersion)

undefined