X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=sv_phys.c;h=6de482673ece7bb62ad654f8c108ec72c450639b;hb=03b1dcc4bd9bf9f30eff43bc6815ca517ca7ef81;hp=591c2baf933c6e367e3a82d27f82857e09a6f07a;hpb=66f008be9b269495cd15f0e0339b32820956a142;p=xonotic%2Fdarkplaces.git diff --git a/sv_phys.c b/sv_phys.c index 591c2baf..6de48267 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -2008,7 +2008,7 @@ void SV_Physics_Toss (prvm_edict_t *ent) else ent->fields.server->flags = (int)ent->fields.server->flags & ~FL_ONGROUND; } - if (!sv_gameplayfix_slidemoveprojectiles.integer) + if (!sv_gameplayfix_slidemoveprojectiles.integer || (ent->fields.server->movetype != MOVETYPE_BOUNCE && ent->fields.server->movetype == MOVETYPE_BOUNCEMISSILE)) break; }