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:
parent
f336e3d736
commit
b1a592dbbd
|
@ -226,6 +226,7 @@ function command(username, message) {
|
|||
case "unmount":
|
||||
case "dismount":
|
||||
bot.dismount()
|
||||
bot.vehicle = void 0
|
||||
break
|
||||
case "move":
|
||||
case "go":
|
||||
|
|
Loading…
Reference in New Issue
Block a user