Fix thing

This commit is contained in:
Raoul Van den Berge
2016-04-15 22:12:26 +02:00
parent f1c4e81385
commit 5124593bac

View File

@@ -188,7 +188,7 @@ public class TileController extends TileBase implements IEnergyReceiver, INetwor
if (!InventoryUtils.compareStack(consumer.getWirelessGrid(), consumer.getPlayer().getHeldItem(consumer.getHand()))) {
consumer.getPlayer().closeScreen(); // This will call onContainerClosed on the Container and remove it from the list
} else {
if (isActive() && ticks % 4 == 0) {
if (isActive()) {
RefinedStorage.NETWORK.sendTo(new MessageWirelessGridItems(this), (EntityPlayerMP) consumer.getPlayer());
}
}