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 "unmount":
|
||||||
case "dismount":
|
case "dismount":
|
||||||
bot.dismount()
|
bot.dismount()
|
||||||
|
bot.vehicle = void 0
|
||||||
break
|
break
|
||||||
case "move":
|
case "move":
|
||||||
case "go":
|
case "go":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user