From 6b15beceb738006ce5ca069daa64d64826c1e48f Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 3 Sep 2024 13:48:40 -0400 Subject: [PATCH] Relocated sector preset --- core/src/mindustry/content/SectorPresets.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index a6e4dca023..af3c58fda7 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -52,7 +52,7 @@ public class SectorPresets{ difficulty = 3; }}; - facility32m = new SectorPreset("facility32m", serpulo, 170){{ + facility32m = new SectorPreset("facility32m", serpulo, 64){{ captureWave = 25; difficulty = 4; }};