improve dropped inventory

This commit is contained in:
Raoul Van den Berge
2015-12-24 15:27:05 +01:00
parent 9e412bac64
commit 35bacfc90b
9 changed files with 30 additions and 23 deletions

View File

@@ -280,10 +280,4 @@ public class TileImporter extends TileMachine implements IInventory, ISidedInven
buf.writeInt(compare);
buf.writeInt(mode);
}
@Override
public boolean canDropInventory()
{
return false;
}
}