X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sv_phys.c;h=362689f8795fa954e69421a4e8c524e75bf331e5;hp=a08f5d8bd39c60de43bebdf9e0ea5ed88b19058e;hb=432fdce0e6f63debeb5310db1606dfe659946b11;hpb=5d7cc804685137088d18ca459a73328a0a4890fe diff --git a/sv_phys.c b/sv_phys.c index a08f5d8b..362689f8 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -343,7 +343,7 @@ void SV_LinkEdict (prvm_edict_t *ent, qboolean touch_triggers) model = sv.models[modelindex]; if (model != NULL) { - if (!model->TraceBox) + if (!model->TraceBox && developer.integer >= 1) Con_Printf("edict %i: SOLID_BSP with non-collidable model\n", PRVM_NUM_FOR_EDICT(ent)); if (ent->fields.server->angles[0] || ent->fields.server->angles[2] || ent->fields.server->avelocity[0] || ent->fields.server->avelocity[2]) @@ -2115,6 +2115,7 @@ void SV_Physics_ClientEntity(prvm_edict_t *ent) SV_AddGravity (ent); SV_CheckStuck (ent); SV_WalkMove (ent); + host_client->cmd.time = max(host_client->cmd.time, sv.time); // ignore client movement data for anything before NOW } break; case MOVETYPE_TOSS: