diff --git a/core/src/mindustry/world/blocks/power/PowerNode.java b/core/src/mindustry/world/blocks/power/PowerNode.java index 0c66eef09a..ad17ea3acd 100644 --- a/core/src/mindustry/world/blocks/power/PowerNode.java +++ b/core/src/mindustry/world/blocks/power/PowerNode.java @@ -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); }); diff --git a/gradle.properties b/gradle.properties index ee030c6ea9..5d248978cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=733430e6bc8bf4d997f43e30a7009b9b84d3e0f0 +archash=9882706f68a954ce9d29b64cb8224cd4ec3cedc3