diff options
| author | boris <wzn@moneybot.cc> | 2018-11-29 14:09:24 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-29 14:09:24 +1300 |
| commit | 64bf2cc1c0ae18adbebfb7afa29268de3f529ce0 (patch) | |
| tree | 7218fe3a5c0237b4de605111218d97fbf6491e0b /cheat/internal_rewrite/util.cpp | |
| parent | f3e9e0adc48dc6a78527a078c847f326cfd21469 (diff) | |
fixed mild annoyances
Diffstat (limited to 'cheat/internal_rewrite/util.cpp')
| -rw-r--r-- | cheat/internal_rewrite/util.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/util.cpp b/cheat/internal_rewrite/util.cpp index 1d19f9a..26d6bf4 100644 --- a/cheat/internal_rewrite/util.cpp +++ b/cheat/internal_rewrite/util.cpp @@ -562,13 +562,15 @@ const char* util::definition_index_to_name( int index ) { case WEAPON_KNIFE_T:
return xors( "knife" );
case WEAPON_M4A1_SILENCER:
- return xors( "M4A1" );
+ return xors( "m4a1" );
case WEAPON_USP_SILENCER:
return xors( "usp" );
case WEAPON_CZ75A:
return xors( "cz75" );
case WEAPON_R8REVOLVER:
return xors( "revolver" );
+ case WEAPON_MP5SD:
+ return xors( "mp5-sd" );
default:
return xors( "none" );
}
|
