Weird behavior when Control is your crouch key.
NoxyNixie opened this issue ยท 2 comments
I generally play with Control being my crouch key as opposed to Shift and this causes some weird behavior with in vehicle coupling and decoupling.
Each time I dismount the trailers are being unhooked (or hooked if they weren't hooked).
Apparantly https://github.com/MrCrayfish/MrCrayfishVehicleMod/blob/master/src/main/java/com/mrcrayfish/vehicle/client/ClientEvents.java#L495 will trigger by just dismounting even though the event is clearly onJump.
It would be nice if the "Control" key could be configured here (or perhaps use the sprint key) so that odd key configuration like mine would work without unexpected unhooking.
Ignore the method name, I forgot to change it. The event is a KeyInputEvent and simply checks if Ctrl is pressed down. I will add a keybinding soon.