From 3bdd6e04ca1958536d74d477e62ee3cdd86a552d Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 27 Mar 2020 15:34:46 -0400 Subject: [PATCH] cleanup --- core/src/mindustry/world/modules/ItemModule.java | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/world/modules/ItemModule.java b/core/src/mindustry/world/modules/ItemModule.java index 8a9ddc40a3..14a5a1814e 100644 --- a/core/src/mindustry/world/modules/ItemModule.java +++ b/core/src/mindustry/world/modules/ItemModule.java @@ -16,7 +16,6 @@ public class ItemModule extends BlockModule{ protected int[] items = new int[content.items().size]; protected int total; - // Make the take() loop persistent so it does not return the same item twice in a row unless there is nothing else to return. protected int takeRotation; private @Nullable WindowedMean[] flow; diff --git a/gradle.properties b/gradle.properties index 0f5f52d1e8..8abbe7724f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=04b670f22169ae9e268458950a5d324b5ed03e23 +archash=9659841bc145ba3db1dff036cfa1ca8f4ebdfabd