mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Sync with latest source-sdk-2013.
This commit is contained in:
@ -366,6 +366,7 @@ void CTriggerAreaCapture::CaptureThink( void )
|
||||
}
|
||||
|
||||
iNumBlockablePlayers[iTeam] += TeamplayGameRules()->GetCaptureValueForPlayer( pPlayer );
|
||||
pPlayer->SetLastObjectiveTime( gpGlobals->curtime );
|
||||
}
|
||||
continue;
|
||||
}
|
||||
@ -378,6 +379,7 @@ void CTriggerAreaCapture::CaptureThink( void )
|
||||
}
|
||||
|
||||
iNumPlayers[iTeam] += TeamplayGameRules()->GetCaptureValueForPlayer( pPlayer );
|
||||
pPlayer->SetLastObjectiveTime( gpGlobals->curtime );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user