diff options
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index a08279bf..a48f8ce6 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -2036,8 +2036,7 @@ void CG_Player( centity_t *cent ) // // add the gun / barrel / flash // - if( team == PTE_HUMANS ) - CG_AddPlayerWeapon( &torso, NULL, cent ); + CG_AddPlayerWeapon( &torso, NULL, cent ); CG_PlayerUpgrades( cent, &torso ); } |