From 287dc35640b32726cc3d4c97109652554bf45fd2 Mon Sep 17 00:00:00 2001 From: Iloveidea <72866054+Iloveidea@users.noreply.github.com> Date: Fri, 21 Jan 2022 22:46:03 +0800 Subject: [PATCH] Update LiquidConverter.java (#6507) --- core/src/mindustry/world/blocks/production/LiquidConverter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/mindustry/world/blocks/production/LiquidConverter.java b/core/src/mindustry/world/blocks/production/LiquidConverter.java index c01dbfbc36..ed6d57915d 100644 --- a/core/src/mindustry/world/blocks/production/LiquidConverter.java +++ b/core/src/mindustry/world/blocks/production/LiquidConverter.java @@ -24,7 +24,6 @@ public class LiquidConverter extends GenericCrafter{ ConsumeLiquid cl = consumes.get(ConsumeType.liquid); cl.update(false); - outputLiquid.amount = cl.amount; super.init(); }