this access

This commit is contained in:
thatsIch
2015-03-26 11:01:57 +01:00
parent 7f7c71a22e
commit 3143c871d0
3 changed files with 10 additions and 10 deletions
@@ -66,7 +66,7 @@ public class BSCrateStorageAdaptor extends InventoryAdaptor
{
ItemStack f = Platform.cloneItemStack( target );
f.stackSize = amount;
return cs.extractItems( f, amount );
return this.cs.extractItems( f, amount );
}
return null;