Update MassDriver.java

This commit is contained in:
Patrick 'Quezler' Mounier 2020-12-02 14:09:19 +01:00 committed by GitHub
parent 430538ea7e
commit b64df565a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}