mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-20 12:47:37 +07:00
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