Skip to content

Commit ba1cec0

Browse files
committed
Merge branch 'rc' into dev
2 parents 2f4e3bb + 8adb9b3 commit ba1cec0

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)