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
|
@ -56,8 +56,12 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
|
|||
|
||||
|
||||
@Override
|
||||
public void initialize () {
|
||||
public void initialize() {
|
||||
super.initialize();
|
||||
|
||||
if (laser == null) {
|
||||
laser = new LaserData();
|
||||
}
|
||||
|
||||
laser.isVisible = false;
|
||||
laser.head = new Position(xCoord, yCoord, zCoord);
|
||||
|
|
Loading…
Reference in a new issue