diff options
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r-- | src/game/g_combat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 2dca0736..7f71066c 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -41,10 +41,6 @@ void AddScore( gentity_t *ent, int score ) if( !ent->client ) return; - // no scoring during pre-match warmup - if( level.warmupTime ) - return; - // make alien and human scores equivalent if ( ent->client->pers.teamSelection == TEAM_ALIENS ) { |