]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
sv_public now defaults to 0 except on dedicated servers
[xonotic/darkplaces.git] / sv_phys.c
index edb1db2c969f11b5ecbf670d6d0067ccd64e4acf..e4ca6e6619bdc8b3afa89cad61ab46e02974db16 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1345,8 +1345,6 @@ void SV_Physics_Entity (prvm_edict_t *ent, qboolean runmove)
        int i = ent - prog->edicts;
        if (i >= 1 && i <= svs.maxclients)
        {
-               // apply the latest accepted move to the entity fields
-               SV_ApplyClientMove();
                // make sure the velocity is sane (not a NaN)
                SV_CheckVelocity(ent);
                // LordHavoc: QuakeC replacement for SV_ClientThink (player movement)