Skip to content

Commit

Permalink
Update CSDM_Misc.h
Browse files Browse the repository at this point in the history
Generic πŸ˜†
  • Loading branch information
SmileYzn authored Jan 9, 2024
1 parent a154181 commit 9c0152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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] ={ "Genreic", "Head", "Chest", "Somach", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "Shield"};
const char* m_HitGroup[9] ={ "Generic", "Head", "Chest", "Somach", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "Shield"};

std::map<int, int> m_Headshots;
};
Expand All @@ -76,4 +76,4 @@ extern CCSDM_Misc gCSDM_Misc;
// Show KD Ratio (0, 1)

// ??
// Say /menu or press 'G' key
// Say /menu or press 'G' key

0 comments on commit 9c0152e

Please sign in to comment.