Small fix to remove plane check from tracker_touch

This commit is contained in:
BjossiAlfreds 2019-10-03 16:04:54 +00:00
parent fffd90af15
commit ab53f4d422

View file

@ -1742,7 +1742,7 @@ tracker_touch(edict_t *self, edict_t *other, cplane_t *plane, csurface_t *surf)
float damagetime; float damagetime;
vec3_t normal; vec3_t normal;
if (!self || !other || !plane) if (!self || !other)
{ {
return; return;
} }