diff --git a/src/g_phys.c b/src/g_phys.c index c501e18..fecf28b 100644 --- a/src/g_phys.c +++ b/src/g_phys.c @@ -511,11 +511,6 @@ SV_PushEntity(edict_t *ent, vec3_t push) vec3_t end; int mask; - if (!ent) - { - return trace; - } - VectorCopy(ent->s.origin, start); VectorAdd(start, push, end);