fixed packet issue
This commit is contained in:
parent
781ea577e1
commit
cce1196292
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class TileEntityPipe extends TileEntity implements ILiquidConsumer,IPacke
|
|||
count++;
|
||||
if(count >= 30 || intiUpdate)
|
||||
{
|
||||
PacketManager.sendTileEntityPacket(this, "Pipes", new Object[]{this.type});
|
||||
PacketManager.sendTileEntityPacket(this, "Pipes", new Object[]{this.type.ordinal()});
|
||||
count = 0;
|
||||
intiUpdate = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue