From f03c022db89cc582936658b654f69f7ee01427ac Mon Sep 17 00:00:00 2001 From: younggam <61054554+younggam@users.noreply.github.com> Date: Thu, 12 Nov 2020 20:52:23 +0900 Subject: [PATCH] Update Pump.java --- core/src/mindustry/world/blocks/production/Pump.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/world/blocks/production/Pump.java b/core/src/mindustry/world/blocks/production/Pump.java index 4ed9b7c8d1..c31d346c80 100644 --- a/core/src/mindustry/world/blocks/production/Pump.java +++ b/core/src/mindustry/world/blocks/production/Pump.java @@ -15,7 +15,7 @@ import static mindustry.Vars.*; public class Pump extends LiquidBlock{ /** Pump amount per tile. */ - protected float pumpAmount = 0.2f; + public float pumpAmount = 0.2f; public Pump(String name){ super(name);