Changed AE Tile Event Stuff.

This commit is contained in:
AlgorithmX2
2014-01-26 00:46:16 -06:00
parent 5a6cd05e20
commit 3a0f3ee792
21 changed files with 74 additions and 49 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ package appeng.tile.networking;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.EnumSet;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
@@ -54,7 +53,7 @@ public class TileWireless extends AENetworkInvTile
{
public TileWirelessHandler() {
super( EnumSet.of( TileEventType.NETWORK ) );
super( TileEventType.NETWORK );
}
@Override