Skip to content

Commit

Permalink
fix(client): localped type
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Feb 29, 2024
1 parent bc22aff commit 4eb658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/AltV.Net.Client/Elements/Entities/LocalPed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private static IntPtr GetPedPointer(ICore core, IntPtr nativePointer)
}
}

public LocalPed(ICore core, IntPtr nativePointer, uint id) : base(core, GetPedPointer(core, nativePointer), BaseObjectType.LocalVehicle, id)
public LocalPed(ICore core, IntPtr nativePointer, uint id) : base(core, GetPedPointer(core, nativePointer), BaseObjectType.LocalPed, id)
{
LocalPedNativePointer = nativePointer;
}
Expand Down

0 comments on commit 4eb658d

Please sign in to comment.