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();
|
super.markDirty();
|
||||||
if (hasWorldObj()) {
|
if (hasWorldObj()) {
|
||||||
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
|
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
|
||||||
|
WarpDrive.starMap.onBlockUpdated(worldObj, xCoord, yCoord, zCoord, getBlockType(), getBlockMetadata());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue