Changed AE Tile Event Stuff.
This commit is contained in:
@@ -33,7 +33,7 @@ public class TileInscriber extends AENetworkPowerTile
|
||||
{
|
||||
|
||||
public TileInscriberHandler() {
|
||||
super( EnumSet.of( TileEventType.TICK, TileEventType.NETWORK ) );
|
||||
super( TileEventType.TICK, TileEventType.NETWORK );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user