diff options
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r-- | src/game/g_active.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c index ba1921ca..ec7a74fb 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -1154,14 +1154,6 @@ void ClientThink_real( gentity_t *ent ) return; } - if( ( ( client->lastInfestTime + - BG_FindEvolveTimeForClass( client->ps.stats[ STAT_PCLASS ] ) ) < level.time ) && - ( client->ps.stats[ STAT_STATE ] & SS_INFESTING ) ) - { - client->ps.stats[ STAT_STATE ] &= ~SS_INFESTING; - ClientSpawn( ent, client->infestBody ); - } - if( level.framenum > client->retriggerArmouryMenu && client->retriggerArmouryMenu ) { G_TriggerMenu( client->ps.clientNum, MN_H_ARMOURY ); |