Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuardsman committed Jul 7, 2018
1 parent 7c97511 commit 126be23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/icbm/classic/prefab/tile/TileMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
import net.minecraftforge.energy.CapabilityEnergy;
import net.minecraftforge.energy.IEnergyStorage;
import net.minecraftforge.fml.common.Optional;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

import java.util.ArrayList;
import java.util.Iterator;
Expand Down Expand Up @@ -143,6 +145,7 @@ public NBTTagCompound getUpdateTag()
return writeToNBT(new NBTTagCompound());
}

@SideOnly(Side.CLIENT)
@Override
public void onDataPacket(NetworkManager net, SPacketUpdateTileEntity pkt)
{
Expand Down

0 comments on commit 126be23

Please sign in to comment.