mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Changed back overflow gate speed
This commit is contained in:
parent
e6499f7e5a
commit
0be674d7af
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user