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

`bot.vehicle` isn't removed on dismount, so this done manually
cover
jay 3 years ago
parent f336e3d736
commit b1a592dbbd
  1. 1
      lib/plugins/command.js

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

Loading…
Cancel
Save