mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 06:42:21 +00:00
Small fix to remove plane check from tracker_touch
This commit is contained in:
parent
fffd90af15
commit
ab53f4d422
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ tracker_touch(edict_t *self, edict_t *other, cplane_t *plane, csurface_t *surf)
|
|||
float damagetime;
|
||||
vec3_t normal;
|
||||
|
||||
if (!self || !other || !plane)
|
||||
if (!self || !other)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue