mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 20:48:33 +07:00
Fixed #776
This commit is contained in:
parent
b5258cd809
commit
8aec6d24db
@ -72,6 +72,8 @@ public class OverflowGate extends Block{
|
||||
entity.lastItem = item;
|
||||
entity.time = 0f;
|
||||
entity.lastInput = source;
|
||||
|
||||
update(tile);
|
||||
}
|
||||
|
||||
Tile getTileTarget(Tile tile, Item item, Tile src, boolean flip){
|
||||
|
Loading…
Reference in New Issue
Block a user