From 779a8f75bceefb666da5fdaeda09e3b7ccdbed8d Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 23 May 2024 11:54:05 -0400 Subject: [PATCH] Fixed #9876 --- core/src/mindustry/world/blocks/distribution/Conveyor.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/world/blocks/distribution/Conveyor.java b/core/src/mindustry/world/blocks/distribution/Conveyor.java index ede7e1f269..1d9b895049 100644 --- a/core/src/mindustry/world/blocks/distribution/Conveyor.java +++ b/core/src/mindustry/world/blocks/distribution/Conveyor.java @@ -253,7 +253,7 @@ public class Conveyor extends Block implements Autotiler{ mid = 0; //skip updates if possible - if(len == 0){ + if(len == 0 && Mathf.equal(timeScale, 1f)){ clogHeat = 0f; sleep(); return; diff --git a/gradle.properties b/gradle.properties index a8cfe6a7bc..8226af606b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,4 +25,4 @@ org.gradle.caching=true #used for slow jitpack builds; TODO see if this actually works org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 -archash=7e559036ec +archash=5a944efcc0