[DoubleTapJumpToExitSeat] Fixes for 2025r180

This commit is contained in:
NotAKidoS 2025-08-27 01:23:45 -05:00
parent 4123a1f25d
commit c9acb00088
3 changed files with 10 additions and 10 deletions

View file

@ -1,9 +1,9 @@
{
"_id": -1,
"_id": 255,
"name": "DoubleTapJumpToExitSeat",
"modversion": "1.0.0",
"gameversion": "2025r179",
"loaderversion": "0.6.1",
"modversion": "1.0.1",
"gameversion": "2025r180",
"loaderversion": "0.7.2",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Replaces seat exit controls with a double-tap of the jump button, avoiding accidental exits from joystick drift or opening the menu.",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/DoubleTapJumpToExitSeat.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r47/DoubleTapJumpToExitSeat.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DoubleTapJumpToExitSeat/",
"changelog": "- Initial release",
"changelog": "- Fixes for 2025r180",
"embedcolor": "#f61963"
}