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