Bug: Delivery of Cargo with Telehandler

Tell me, how much more delivery it needs. No option to "unload".

how much delivery.jpg

Did it. After pushing the second one into the zone it was stating before "0/2" and then "Completed". GREAT.

By the way, if anyone else uses AUTOHOTKEY, here a script to switch to telehandler and back:

ENABLE_KEY::
	sendinput {v}
	sleep 100
	sendinput {DOWN}
	sleep 100
	sendinput {DOWN}
	sleep 100
	sendinput {DOWN}
	sleep 100
	sendinput {DOWN}
	sleep 100
	sendinput {DOWN}
	sleep 100
	sendinput {ENTER}
	sleep 100
	sendinput {4}
	sleep 100
	return
	
DISABLE_KEY::
	sendinput {ESC}
	sleep 100
	sendinput {ESC}
	sleep 100
	sendinput {v}
	return