Skip to content

Commit 8adb9b3

Browse files
committed
Ped bone info fix
1 parent 498fbeb commit 8adb9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net/Data/BoneInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace AltV.Net.Data;
55
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
66
public struct BoneInfo
77
{
8-
public uint Id;
8+
public ushort Id;
99
public ushort Index;
1010

1111
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]

0 commit comments

Comments
 (0)