Skip to content

Commit b008c22

Browse files
authored
Update CSDM_Misc.h
Stomach
1 parent 9c0152e commit b008c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSDM/CSDM_Misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CCSDM_Misc
5151
cvar_t* m_kd_ratio_hud;
5252
cvar_t* m_reload_on_kill;
5353

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

5656
std::map<int, int> m_Headshots;
5757
};

0 commit comments

Comments
 (0)