From 28150d8f5134234c617381252b623ad7cfe203ef Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 8 Jun 2022 09:27:20 -0400 Subject: [PATCH] Fixed #6985 --- core/src/mindustry/content/Blocks.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index a8c354b4d4..ead7991b9d 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4660,6 +4660,7 @@ public class Blocks{ privileged = true; size = 1; maxInstructionsPerTick = 100; + range = Float.MAX_VALUE; }}; worldCell = new MemoryBlock("world-cell"){{