Skip to content

Commit

Permalink
Added "quickstand" to setGlitchEnabled #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jul 14, 2015
1 parent 2670baa commit ea82e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTA10/mods/deathmatch/logic/CClientGame.cpp
Expand Up @@ -6466,7 +6466,7 @@ void CClientGame::OutputServerInfo( void )

{
SString strEnabledGlitches;
const char* szGlitchNames[] = { "Quick reload", "Fast fire", "Fast move", "Crouch bug", "Close damage", "Hit anim", "Fast sprint", "Bad driveby hitboxes" };
const char* szGlitchNames[] = { "Quick reload", "Fast fire", "Fast move", "Crouch bug", "Close damage", "Hit anim", "Fast sprint", "Bad driveby hitboxes", "Quick stand" };
for( uint i = 0 ; i < NUM_GLITCHES ; i++ )
{
if ( IsGlitchEnabled( i ) )
Expand Down

0 comments on commit ea82e54

Please sign in to comment.