Skip to content

Commit

Permalink
Fix wrong member region for CCSEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Dec 3, 2023
1 parent 1e9f3f1 commit 39e4ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6355,7 +6355,7 @@ enum CCSEntity_Members
* Get params: get_member(index, member);
* Set params: set_member(index, member, value);
*/
m_ucDmgPenetrationLevel = BEGIN_MEMBER_REGION(csplayerweapon),
m_ucDmgPenetrationLevel = BEGIN_MEMBER_REGION(csentity),

/*
* Description: Cached inflictor passed inside TakeDamage to retrieve in Killed
Expand Down

0 comments on commit 39e4ba8

Please sign in to comment.