mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +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) -> {
|
||||
tile.power.links.clear();
|
||||
|
||||
IntSeq old = new IntSeq(tile.power.links);
|
||||
|
||||
//clear old
|
||||
|
Reference in New Issue
Block a user