]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/projectile.qc
FruitieX: projectile bounds are not networked. Always update this file too.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / projectile.qc
index e1f325a6798003f93b524defef46167617f063cf..6c27a5251eeb17b8113af5193810bfe5353e69ff 100644 (file)
@@ -317,8 +317,8 @@ void Ent_Projectile()
                        case PROJECTILE_ELECTRO:
                                // only new engines support sound moving with object
                                loopsound(self, CHAN_PROJECTILE, "weapons/electro_fly.wav", VOL_BASE, ATTN_NORM);
-                               self.mins = '0 0 -3';
-                               self.maxs = '0 0 -3';
+                               self.mins = '0 0 -4';
+                               self.maxs = '0 0 -4';
                                self.move_movetype = MOVETYPE_BOUNCE;
                                self.move_touch = SUB_Null;
                                break;