Improved c4

This commit is contained in:
ineedbots 2021-05-14 15:28:51 -06:00
parent 23dbbb9439
commit 22b5c75197

View File

@ -502,7 +502,11 @@ watchC4Thrown(c4)
break; break;
} }
self notify( "alt_detonate" ); weap = self getCurrentWeapon();
if ( weap != "c4_mp" )
self notify( "alt_detonate" );
else
self thread pressFire();
} }
/* /*