mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d163cacb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue