tried changing mask slightly
This commit is contained in:
parent
88b153ea3c
commit
8be8ced61a
@ -116,7 +116,7 @@ public Action DoTransmit(int entity, int client)
|
|||||||
iSearchEntity[client] = entity;
|
iSearchEntity[client] = entity;
|
||||||
bFoundEntity[client] = false;
|
bFoundEntity[client] = false;
|
||||||
|
|
||||||
TR_EnumerateEntitiesSphere(vec, float(iDistance[client]), PARTITION_SOLID_EDICTS | PARTITION_TRIGGER_EDICTS, EnumerateSphere, client);
|
TR_EnumerateEntitiesSphere(vec, float(iDistance[client]), PARTITION_SOLID_EDICTS | PARTITION_TRIGGER_EDICTS | PARTITION_NON_STATIC_EDICTS, EnumerateSphere, client);
|
||||||
|
|
||||||
return bFoundEntity[client] ? Plugin_Continue : Plugin_Handled;
|
return bFoundEntity[client] ? Plugin_Continue : Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user