mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-15 15:20:57 -08:00
Update MassDriver.java
This commit is contained in:
parent
430538ea7e
commit
b64df565a4
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ public class MassDriver extends Block{
|
|||
|
||||
@Override
|
||||
public boolean acceptItem(Building source, Item item){
|
||||
//mass drivers that ouput only cannot accept items
|
||||
//mass drivers that output only cannot accept items
|
||||
return items.total() < itemCapacity && linkValid();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue