mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Merge pull request #1857 from seltonmt012/fix/multichar-default-skin
fix(esx_multicharacter): correct the chin_3 typo in the default skins
This commit is contained in:
@@ -48,7 +48,7 @@ else
|
||||
jaw_2 = 0,
|
||||
chin_1 = 0,
|
||||
chin_2 = 0,
|
||||
chin_13 = 0,
|
||||
chin_3 = 0,
|
||||
chin_4 = 0,
|
||||
neck_thickness = 0,
|
||||
hair_1 = 76,
|
||||
@@ -147,7 +147,7 @@ else
|
||||
jaw_2 = 0,
|
||||
chin_1 = -10,
|
||||
chin_2 = 10,
|
||||
chin_13 = -10,
|
||||
chin_3 = -10,
|
||||
chin_4 = 0,
|
||||
neck_thickness = -5,
|
||||
hair_1 = 43,
|
||||
|
||||
Reference in New Issue
Block a user