From d4f4cf2d358aa857f7751f9c53265c8867b27f8d Mon Sep 17 00:00:00 2001 From: Samual Date: Sun, 14 Aug 2011 20:41:59 -0400 Subject: [PATCH] Remove old check which was commented out --- sv_phys.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sv_phys.c b/sv_phys.c index 6b2fa954..c0d6e6b1 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -2261,8 +2261,7 @@ void SV_WalkMove (prvm_edict_t *ent) if (sv.frametime <= 0) return; - //if(PRVM_serveredictfloat(ent, movetype) == MOVETYPE_SPECTATOR) - SV_CheckStuck (ent); + SV_CheckStuck (ent); applygravity = !SV_CheckWater (ent) && PRVM_serveredictfloat(ent, movetype) == MOVETYPE_WALK && ! ((int)PRVM_serveredictfloat(ent, flags) & FL_WATERJUMP); -- 2.39.2