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