From: Samual Date: Mon, 15 Aug 2011 00:41:59 +0000 (-0400) Subject: Remove old check which was commented out X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d4f4cf2d358aa857f7751f9c53265c8867b27f8d;p=xonotic%2Fdarkplaces.git Remove old check which was commented out --- 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);