Skip to content

Commit fedfe75

Browse files
authored
fix: update GetHitGroup offset (#970)
1 parent 3508fdf commit fedfe75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class CTakeDamageInfo
1313
/// </returns>
1414
public HitGroup_t GetHitGroup()
1515
{
16-
IntPtr v4 = Marshal.ReadIntPtr(Handle, 0x78);
16+
IntPtr v4 = Marshal.ReadIntPtr(Handle, 0x70);
1717

1818
if (v4 == nint.Zero)
1919
{

0 commit comments

Comments
 (0)