Fixed Crash on Rift Removal #179

Merged
SenseiKiwi merged 1 commits from master into master 2014-07-15 19:14:22 +00:00

View File

@@ -151,7 +151,7 @@ public class TileEntityRift extends DDTileEntityBase
} }
} }
} }
if (closeTimer >= CLOSING_PERIOD) if (closeTimer >= CLOSING_PERIOD && !worldObj.isRemote)
{ {
DimLink link = PocketManager.getLink(this.xCoord, this.yCoord, this.zCoord, worldObj); DimLink link = PocketManager.getLink(this.xCoord, this.yCoord, this.zCoord, worldObj);
if (link != null) if (link != null)