mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Fix broken powernode Point2[] config (#6531)
This was broken. I fixed it.
This commit is contained in:
parent
d81efe4f71
commit
fa06d2c20b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user