diff options
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r-- | src/game/g_combat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index c674d1da..20864852 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -195,9 +195,6 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int if( level.intermissiontime ) return; - // stop any following clients - G_StopFromFollowing( self ); - self->client->ps.pm_type = PM_DEAD; self->suicideTime = 0; |