Merge branch '6.0.x' into 6.1.x
This commit is contained in:
commit
2d0f4f43ce
1 changed files with 5 additions and 1 deletions
|
@ -59,6 +59,10 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
super.initialize();
|
super.initialize();
|
||||||
|
|
||||||
|
if (laser == null) {
|
||||||
|
laser = new LaserData();
|
||||||
|
}
|
||||||
|
|
||||||
laser.isVisible = false;
|
laser.isVisible = false;
|
||||||
laser.head = new Position(xCoord, yCoord, zCoord);
|
laser.head = new Position(xCoord, yCoord, zCoord);
|
||||||
laser.tail = new Position(xCoord, yCoord, zCoord);
|
laser.tail = new Position(xCoord, yCoord, zCoord);
|
||||||
|
|
Loading…
Reference in a new issue