🛠️ Fixes:
- Fixed vehicle extras not being set correctly (which lead to helicopters spawning broken out of garages, among other things)
- Fixed
esx_multichar
to properly recognize custom character slots - Fixed
esx_skin
textures resetting when navigating the menu, as well as not updating available texture variations - Fixed a race condition in the death logic that led to the deathscreen not triggering when combat logging
What's Changed
- fix(es_extended/client/functions): properly call SetVehicleExtra by @Kenshiin13 in #1504
- fix(esx_multichar/server/modules/multicharacter.lua): Added missing parameter by @1OSaft in #1508
- fix(esx_skin/client/modules/menu): fix texture variations not updating by @Kenshiin13 in #1510
- fix(esx_skin/client/modules/menu): immediately update texture variation on texture change by @Kenshiin13 in #1511
- fix(es_extended/client/main): fix player death race condition by @Kenshiin13 in #1509
Full Changelog: 1.11.3...1.11.4