Fixed persist outfit thinking the player was showering when they were not (#2203)

* Fixed a crash emanating from mobile_service::register_vehicles if the vehicle needed to be refreshed.
This commit is contained in:
gir489
2023-09-27 03:41:24 -04:00
committed by GitHub
parent b7bac4dfe1
commit 207e5457f9
3 changed files with 41 additions and 4 deletions

View File

@ -2057,4 +2057,20 @@ enum CameraMode : int
THIRD_PERSON_FAR = 2,
CINEMATIC = 3,
FIRST_PERSON = 4,
};
enum ComponentId : int
{
HEAD,
BEARD,
HAIR,
TORSO,
LEGS,
HANDS,
FOOT,
ACCESSORIES_NECK,
ACCESSORIES_1,
ACCESSORIES_2,
DECALS,
AUXILIARY
};