Counter-Strike: Disallow terrorists from interacting with the hostages.
Must have been really tired one night.
This commit is contained in:
parent
321256c009
commit
5c74aa99ab
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ hostage_entity::AnimRun(void)
|
|||
void
|
||||
hostage_entity::PlayerUse(void)
|
||||
{
|
||||
if (team == 1) {
|
||||
if (eActivator.team == TEAM_T) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue