Fix issue #44
This commit is contained in:
@@ -629,6 +629,10 @@ public class TileController extends TileBase implements IEnergyReceiver, ISynchr
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void handleStoragePull(int id, int flags, EntityPlayerMP player) {
|
public void handleStoragePull(int id, int flags, EntityPlayerMP player) {
|
||||||
|
if (player.inventory.getItemStack() != null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (id < 0 || id > itemGroups.size() - 1) {
|
if (id < 0 || id > itemGroups.size() - 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user