Apparantly often disabled closing fields. Now you can again, and it

blocks the owner too.
This commit is contained in:
Adam Olsen 2001-07-26 18:43:38 +00:00
parent ba00cfd56c
commit 9557a5e641

View file

@ -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
{