Mazes #117

Merged
StevenRS11 merged 101 commits from mazes into DevBranch 2013-12-29 07:03:48 +00:00
Showing only changes of commit be89913263 - Show all commits

View File

@@ -57,7 +57,10 @@ public class RiftRegenerator implements IRegularTickReceiver {
{
dimHelper.getWorld(link.locDimID).setBlockTileEntity(link.locXCoord, link.locYCoord, link.locZCoord, new TileEntityRift());
}
rift.hasGrownRifts = true;
if (rift != null)
{
rift.hasGrownRifts = true;
}
}
}
}