This commit is contained in:
MEEPofFaith
2025-02-08 21:45:28 -08:00
parent 6eb463f5ed
commit 70e9d6d4f8

View File

@@ -60,7 +60,7 @@ public class MineWeapon extends Weapon{
px = wx + Angles.trnsx(weaponRotation, shootX, sY),
py = wy + Angles.trnsy(weaponRotation, shootX, sY);
unit.type.drawMiningBeam(px, py);
unit.type.drawMiningBeam(unit, px, py);
Draw.z(z);
}
}