mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 08:00:04 +07:00
Add fixme
This commit is contained in:
parent
2ce30ece6c
commit
76fa8bef81
@ -176,7 +176,7 @@ public class CraterConveyor extends BaseConveyor{
|
||||
reload = stream.readFloat();
|
||||
}
|
||||
|
||||
public Item dominant(){
|
||||
public Item dominant(){ // fixme: do this better
|
||||
if(tile.entity.items.total() == 0) return null;
|
||||
Item item = tile.entity.items.take();
|
||||
tile.entity.items.add(item, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user