mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 23:44:00 +07:00
Fixed #9876
This commit is contained in:
parent
0c3d1697f1
commit
779a8f75bc
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user