diff --git a/core/src/mindustry/entities/comp/BuilderComp.java b/core/src/mindustry/entities/comp/BuilderComp.java index 6e81a1c413..b0dd56db31 100644 --- a/core/src/mindustry/entities/comp/BuilderComp.java +++ b/core/src/mindustry/entities/comp/BuilderComp.java @@ -215,7 +215,6 @@ abstract class BuilderComp implements Posc, Teamc, Rotc{ public void draw(){ if(!activelyBuilding()) return; - //TODO check correctness Draw.z(Layer.flyingUnit); BuildPlan plan = buildPlan(); diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 0f42b15b89..ae474442cf 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -522,7 +522,7 @@ public class Block extends UnlockableContent{ } public boolean isVisible(){ - return (buildVisibility.visible() || state.rules.revealedBlocks.contains(this)) && !isHidden(); + return !isHidden(); } public boolean isPlaceable(){ diff --git a/gradle.properties b/gradle.properties index a02eb131d9..67cefee9cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=dceddb4ef95457fa391562dd1a23ee6071ebce68 +archash=0e5096b145f78d010ee30ea9730d98e42257d705