Counter-Strike: Disallow terrorists from interacting with the hostages.

Must have been really tired one night.
This commit is contained in:
Marco Cawthorne 2020-04-26 00:04:39 +02:00
parent 321256c009
commit 5c74aa99ab

View file

@ -110,7 +110,7 @@ hostage_entity::AnimRun(void)
void
hostage_entity::PlayerUse(void)
{
if (team == 1) {
if (eActivator.team == TEAM_T) {
return;
}