Fixed late accelerator updates with tools

This commit is contained in:
LemADEC 2017-05-10 04:09:30 +02:00
parent 3d4bea2f29
commit da08866b78

View file

@ -56,6 +56,7 @@ public abstract class TileEntityAbstractBase extends TileEntity implements IBloc
super.markDirty();
if (hasWorldObj()) {
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
WarpDrive.starMap.onBlockUpdated(worldObj, xCoord, yCoord, zCoord, getBlockType(), getBlockMetadata());
}
}