Fortify ItemLists.
This commit is contained in:
@@ -19,7 +19,7 @@ public class SecurityInventory implements IMEInventoryHandler<IAEItemStack>
|
||||
{
|
||||
|
||||
final TileSecurity securityTile;
|
||||
final public IItemList<IAEItemStack> storedItems = new ItemList();
|
||||
final public IItemList<IAEItemStack> storedItems = new ItemList(IAEItemStack.class);
|
||||
|
||||
public SecurityInventory(TileSecurity ts) {
|
||||
securityTile = ts;
|
||||
|
||||
Reference in New Issue
Block a user