mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed #776
This commit is contained in:
parent
b5258cd809
commit
8aec6d24db
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue