This commit is contained in:
Anuken
2021-02-16 12:20:30 -05:00
parent 7bfe9bf914
commit 1ffdd9fd99
2 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,6 @@ public class PowerNode extends PowerBlock{
getPotentialLinks(tile, other -> {
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
insulators(tile.x, tile.y, other.tileX(), other.tileY(), cause -> {
Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium);
});