diff --git a/core/src/mindustry/type/SectorPreset.java b/core/src/mindustry/type/SectorPreset.java index 6c441dfb4a..e67492dafa 100644 --- a/core/src/mindustry/type/SectorPreset.java +++ b/core/src/mindustry/type/SectorPreset.java @@ -16,9 +16,7 @@ public class SectorPreset extends UnlockableContent{ public @NonNull Sector sector; public int captureWave = 0; - public Cons rules = rules -> { - rules.winWave = captureWave; - }; + public Cons rules = rules -> rules.winWave = captureWave; public SectorPreset(String name, Planet planet, int sector){ super(name); diff --git a/gradle.properties b/gradle.properties index 2698bc9658..46bd763afb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=cca1ec7ef642a2bcbe3b3cc5ca9273de1c920c3b +archash=1f28caadca013e38e2922f6835961500907bcafc