Remove debugline
This commit is contained in:
@@ -56,8 +56,6 @@ public class TileDiskDrive extends TileMachine implements IStorageProvider, ISto
|
|||||||
|
|
||||||
ItemStack disk = getStackInSlot(slot);
|
ItemStack disk = getStackInSlot(slot);
|
||||||
|
|
||||||
System.out.println("#" + slot + ": " + disk);
|
|
||||||
|
|
||||||
if (disk == null) {
|
if (disk == null) {
|
||||||
storages[slot] = null;
|
storages[slot] = null;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user