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:
@ -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
|
||||
};
|
Reference in New Issue
Block a user