Fixed #4701
This commit is contained in:
@@ -145,7 +145,6 @@ public class PowerNode extends PowerBlock{
|
|||||||
|
|
||||||
getPotentialLinks(tile, other -> {
|
getPotentialLinks(tile, other -> {
|
||||||
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
|
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
|
||||||
|
|
||||||
insulators(tile.x, tile.y, other.tileX(), other.tileY(), cause -> {
|
insulators(tile.x, tile.y, other.tileX(), other.tileY(), cause -> {
|
||||||
Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium);
|
Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=733430e6bc8bf4d997f43e30a7009b9b84d3e0f0
|
archash=9882706f68a954ce9d29b64cb8224cd4ec3cedc3
|
||||||
|
|||||||
Reference in New Issue
Block a user