Skip to content

Commit 9f17b2f

Browse files
authored
refactor: Correct order of parameters in useClonedPed(setPedHeadBlendData) to be in line with usePlayerAppearance (#177)
1 parent 406d23b commit 9f17b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/client/ped/clone.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ export function useClonedPed() {
7272
native.setPedHeadBlendData(ped, 0, 0, 0, 0, 0, 0, 0, 0, 0, false);
7373
native.setPedHeadBlendData(
7474
ped,
75-
appearance.faceFather,
7675
appearance.faceMother,
76+
appearance.faceFather,
7777
0,
78-
appearance.skinFather,
7978
appearance.skinMother,
79+
appearance.skinFather,
8080
0,
8181
appearance.faceMix,
8282
appearance.skinMix,

0 commit comments

Comments
 (0)