Skip to content

Commit 1614e5c

Browse files
committed
fix: CPlayerPawnComponent pawn reference
1 parent 4a298af commit 1614e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed/CounterStrikeSharp.API/Core/Model/CPlayerPawnComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ namespace CounterStrikeSharp.API.Core;
44

55
public partial class CPlayerPawnComponent
66
{
7-
public PointerTo<CBasePlayerPawn> Pawn => new PointerTo<CBasePlayerPawn>(this.Handle + 0x30);
7+
public PointerTo<CBasePlayerPawn> Pawn => new PointerTo<CBasePlayerPawn>(this.Handle + 0x38);
88
}

0 commit comments

Comments
 (0)