Fix broken powernode Point2[] config (#6531)
This was broken. I fixed it.
This commit is contained in:
@@ -84,8 +84,6 @@ public class PowerNode extends PowerBlock{
|
|||||||
});
|
});
|
||||||
|
|
||||||
config(Point2[].class, (tile, value) -> {
|
config(Point2[].class, (tile, value) -> {
|
||||||
tile.power.links.clear();
|
|
||||||
|
|
||||||
IntSeq old = new IntSeq(tile.power.links);
|
IntSeq old = new IntSeq(tile.power.links);
|
||||||
|
|
||||||
//clear old
|
//clear old
|
||||||
|
|||||||
Reference in New Issue
Block a user