fix(mover): 🐛 workaround for vehicle not being removed in api on dismount

`bot.vehicle` isn't removed on dismount, so this done manually
This commit is contained in:
jay 2021-01-28 02:24:59 +05:00
parent f336e3d736
commit b1a592dbbd

View File

@ -226,6 +226,7 @@ function command(username, message) {
case "unmount": case "unmount":
case "dismount": case "dismount":
bot.dismount() bot.dismount()
bot.vehicle = void 0
break break
case "move": case "move":
case "go": case "go":