Better fix to laser dot, fix #1692

This commit is contained in:
Raul Tambre 2014-05-04 20:58:30 +03:00
parent 049f9c41ba
commit 37b765083c

View file

@ -58,9 +58,6 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
@Override
public void initialize () {
super.initialize();
laser.head = new Position(xCoord, yCoord, zCoord);
laser.tail = new Position(xCoord, yCoord, zCoord);
}
@Override