Changed back overflow gate speed

This commit is contained in:
Anuken 2019-06-08 10:48:32 -04:00
parent e6499f7e5a
commit 0be674d7af

View File

@ -10,7 +10,7 @@ import io.anuke.mindustry.world.meta.BlockGroup;
import java.io.*;
public class OverflowGate extends Block{
protected float speed = 8f;
protected float speed = 1f;
public OverflowGate(String name){
super(name);
@ -35,7 +35,6 @@ public class OverflowGate extends Block{
return result;
}
@Override
public void update(Tile tile){
OverflowGateEntity entity = tile.entity();