Changed back overflow gate speed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user