diff --git a/source/sv_phys.c b/source/sv_phys.c index 008de93..b2d9387 100644 --- a/source/sv_phys.c +++ b/source/sv_phys.c @@ -641,6 +641,7 @@ SV_Physics_None (edict_t *ent) { // regular thinking SV_RunThink (ent); + SV_LinkEdict (ent, false); } /*