mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
Apparantly often disabled closing fields. Now you can again, and it
blocks the owner too.
This commit is contained in:
parent
ba00cfd56c
commit
9557a5e641
1 changed files with 2 additions and 3 deletions
5
field.qc
5
field.qc
|
@ -415,13 +415,12 @@ float(entity tfield, entity who) Field_ItCanPass =
|
|||
if (FieldIsMalfunctioning(tfield) & SCREWUP_ONE)
|
||||
return FALSE;
|
||||
|
||||
/*
|
||||
if (who == tfield.real_owner) // field owner - always pass
|
||||
return TRUE;
|
||||
|
||||
/*
|
||||
*/
|
||||
if (Field_GetForcedStatus(tfield))
|
||||
return FALSE;
|
||||
*/
|
||||
|
||||
if (who.classname == "player") // PLAYERS
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue