Fixed late accelerator updates with tools
This commit is contained in:
parent
3d4bea2f29
commit
da08866b78
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue