Skip to content

Commit

Permalink
Update CSDM_Misc.h
Browse files Browse the repository at this point in the history
Stomach
  • Loading branch information
SmileYzn authored Jan 9, 2024
1 parent 9c0152e commit b008c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSDM/CSDM_Misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CCSDM_Misc
cvar_t* m_kd_ratio_hud;
cvar_t* m_reload_on_kill;

const char* m_HitGroup[9] ={ "Generic", "Head", "Chest", "Somach", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "Shield"};
const char* m_HitGroup[9] ={ "Generic", "Head", "Chest", "Stomach", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "Shield"};

std::map<int, int> m_Headshots;
};
Expand Down

0 comments on commit b008c22

Please sign in to comment.