Code cleanup
Added missing this, annotations, etc.
This commit is contained in:
@@ -43,7 +43,7 @@ public class ContainerFluidIO extends ContainerFluidConfigurable
|
||||
@Override
|
||||
public IAEFluidTank getFluidConfigInventory()
|
||||
{
|
||||
return bus.getConfig();
|
||||
return this.bus.getConfig();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user