X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcsqcprojectile.qc;h=d250d39def5f523e1a57bb775731128aa04fb7e0;hb=58b26c0a303456441dbb82e608213d2f86d695d8;hp=49076bb813537061bd02fad06ffd43fb4dd65535;hpb=ef9bfcdcd03b5982f6309c4aab02ca2f896daa89;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/csqcprojectile.qc b/qcsrc/server/csqcprojectile.qc index 49076bb81..d250d39de 100644 --- a/qcsrc/server/csqcprojectile.qc +++ b/qcsrc/server/csqcprojectile.qc @@ -21,7 +21,7 @@ float CSQCProjectile_SendEntity(entity to, float sf) sf |= 0x20; } - if(self.gravity != 0 && self.gravity != 1) + if(self.gravity != 0) sf |= 0x10; WriteByte(MSG_ENTITY, ENT_CLIENT_PROJECTILE);