Fix the fix for the fix of red dot
This commit is contained in:
parent
37b765083c
commit
5033dace6c
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
|
||||||
@Override
|
@Override
|
||||||
public void initialize () {
|
public void initialize () {
|
||||||
super.initialize();
|
super.initialize();
|
||||||
|
|
||||||
|
laser.isVisible = false;
|
||||||
|
laser.head = new Position(xCoord, yCoord, zCoord);
|
||||||
|
laser.tail = new Position(xCoord, yCoord, zCoord);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue