MUD in different lane

Need some clarity on this, if I move left in a scenario like this, is it considered a Mud Hit or will I retain my speed.

[░░░░░░░░░▓░░░║]
[░░»░░▓░░░░░░░║]
[░░░░░1░░░░░░░║]
[░░░░░░░░░░░░░║]

The readme doesn’t specifically state this.

Command: TURN_LEFT

This command changes your car’s lane to the next lane on the left. This is equivalent to up on the visualisation in the console. The first block the bot moves will be directly to the left, and then the rest of the blocks directly forward in the new lane. Your current speed does not change. To be clear this means the total forward movement of your car will be speed - 1.

I have made code changes to my bot to cater for it been directly in the path, ie I would end up in that mud block. Let me know.

@KyleMc, can you look at this one and advise?